Enum steam_mobile::errors::ApiKeyError [−][src]
pub enum ApiKeyError {
GeneralError(String),
AccessDenied,
NotRegistered,
NotCached,
HttpError(Error),
}Expand description
This kind of error should only be raised, if the user tried to use a method that requires the API KEY, but it could not be cached for any reason.
Variants
GeneralError(String)Tuple Fields of GeneralError
0: StringHttpError(Error)Tuple Fields of HttpError
0: ErrorTrait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for ApiKeyError
impl Send for ApiKeyError
impl Sync for ApiKeyError
impl Unpin for ApiKeyError
impl !UnwindSafe for ApiKeyError
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