Struct weeb_api::model::MissingScopeResponse [] [src]

pub struct MissingScopeResponse {
    pub message: String,
    pub status: i16,
}

The response given by the Api when theres a missing scope error.

Fields

Missing scope error message.

HTTP status code.

Trait Implementations

impl Clone for MissingScopeResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for MissingScopeResponse
[src]

[src]

Formats the value using the given formatter.