Enum fcm::Error [] [src]

pub enum Error {
    Unauthorized,
    InvalidMessage(String),
    ServerError(Option<RetryAfter>),
}

Variants

Trait Implementations

impl PartialEq for FcmError
[src]

[src]

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

[src]

This method tests for !=.

impl Debug for FcmError
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for FcmError

impl Sync for FcmError