Enum apollo_client::errors::ApolloClientError
source · [−]pub enum ApolloClientError {
Utf8(Utf8Error),
Http(Error),
Reqwest(Error),
SerdeJson(Error),
IniParse(ParseError),
ApolloResponse(ApolloResponseError),
UrlCannotBeABase,
EmptyConfiguration,
}Expand description
Crate level error.
Variants
Utf8(Utf8Error)
Http(Error)
Reqwest(Error)
SerdeJson(Error)
IniParse(ParseError)
This is supported on crate feature
conf only.ApolloResponse(ApolloResponseError)
UrlCannotBeABase
EmptyConfiguration
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for ApolloClientError
impl Send for ApolloClientError
impl Sync for ApolloClientError
impl Unpin for ApolloClientError
impl !UnwindSafe for ApolloClientError
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
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