pub const REQUEST_TIME_OUT: u64 = 30; // will timeout after the mentioned limit pub const REQUEST_TIMEOUT_ERROR_CODE: &str = "TIMEOUT"; // timeout error code pub const REQUEST_TIMEOUT_ERROR_MESSAGE: &str = "Connector did not respond in specified time"; // error message for timed out request pub const NO_ERROR_CODE: &str = "No error code"; pub const NO_ERROR_MESSAGE: &str = "No error message";