pub fn map_cosmosdb_error(
operation: &str,
status: u16,
message: &str,
) -> ProviderErrorExpand description
Map an HTTP status code and message from CosmosDB into a ProviderError.
pub fn map_cosmosdb_error(
operation: &str,
status: u16,
message: &str,
) -> ProviderErrorMap an HTTP status code and message from CosmosDB into a ProviderError.