Trait ErrorTrait
cloud::error
pub trait ErrorTrait: Debug + Display + ErrorCodeExt + RetryError + Send + Sync + 'static { }
impl ErrorTrait for Error