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).