pub fn error_to_response(
error: &StsError,
request_id: &str,
) -> Response<StsResponseBody>Expand description
Convert an StsError into a complete HTTP error response.
pub fn error_to_response(
error: &StsError,
request_id: &str,
) -> Response<StsResponseBody>Convert an StsError into a complete HTTP error response.