1
2
3
4
5
6
7
8
9
10
/*
 * Copyright (c) Gabriel Amihalachioaie, SimpleG 2023.
 */

pub const SERIALIZATION_FAILURE: &str = "serialization_failure";
pub const SECRETS_MANAGER_FAILURE: &str = "secrets_manager_failure";
pub const REQUEST_FAILURE: &str = "request_failure";
pub const TIMED_OUT: &str = "timed_out";
pub const COMPRESSION_FAILURE: &str = "compression_failure";
pub const NOT_FOUND: &str = "not_found";