Skip to main content

create_error_streaming

Function create_error_streaming 

Source
pub async fn create_error_streaming(
    client: &HttpClient,
    params: ErrorCreateParams,
) -> Result<impl Stream<Item = Result<ErrorResponse, HttpError>> + Send + 'static + use<>, HttpError>
Expand description

Creates an error response with streaming (SSE).