pub(super) fn error_event_from_error(
error: &ChatbotError,
) -> ChatbotResult<Bytes>Expand description
The framed error event for a failed ChatbotError, detailing the Azure error when the
failure came with one.
pub(super) fn error_event_from_error(
error: &ChatbotError,
) -> ChatbotResult<Bytes>The framed error event for a failed ChatbotError, detailing the Azure error when the
failure came with one.