Trait fire_stream_api::error::ApiError
source · pub trait ApiError: StdError {
fn from_request_error(e: RequestError) -> Self;
fn from_message_error(e: MessageError) -> Self;
}
Expand description
The error that is sent if something goes wrong while responding to a request.