Enum clevercloud_sdk::oauth10a::ClientError
source · [−]pub enum ClientError {
RequestBuilder(Error),
Request(Error),
StatusCode(StatusCode, ResponseError),
BodyAggregation(Error),
Serialize(Error),
Deserialize(Error),
Signer(SignerError),
Digest(SignerError),
}Variants
RequestBuilder(Error)
Request(Error)
StatusCode(StatusCode, ResponseError)
BodyAggregation(Error)
Serialize(Error)
Deserialize(Error)
Signer(SignerError)
Digest(SignerError)
Trait 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