Enum clevercloud_sdk::oauth10a::ClientError [−][src]
pub enum ClientError {
RequestBuilder(Error),
Request(Error),
StatusCode(StatusCode, ResponseError),
BodyAggregation(Error),
Serialize(Error),
Deserialize(Error),
Signer(SignerError),
Digest(SignerError),
}Variants
RequestBuilder(Error)Tuple Fields of RequestBuilder
0: ErrorRequest(Error)Tuple Fields of Request
0: ErrorStatusCode(StatusCode, ResponseError)Tuple Fields of StatusCode
0: StatusCode1: ResponseErrorBodyAggregation(Error)Tuple Fields of BodyAggregation
0: ErrorSerialize(Error)Tuple Fields of Serialize
0: ErrorDeserialize(Error)Tuple Fields of Deserialize
0: ErrorSigner(SignerError)Tuple Fields of Signer
0: SignerErrorDigest(SignerError)Tuple Fields of Digest
0: SignerErrorTrait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ClientError
impl Send for ClientError
impl Sync for ClientError
impl Unpin for ClientError
impl !UnwindSafe for ClientError
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more