Enum gcm::GcmError [] [src]

pub enum GcmError {
    Unauthorized,
    InvalidMessage(String),
    ServerError,
    InvalidJsonBody,
}

Variants

Trait Implementations

impl PartialEq for GcmError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for GcmError
[src]

Formats the value using the given formatter.

impl Display for GcmError
[src]

Formats the value using the given formatter. Read more

impl Error for GcmError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more