Struct bingmaps::RequestError [] [src]

pub struct RequestError {
    pub http_status: u16,
    pub should_wait: bool,
}

An error reported by Bing Maps in a request's response.

For more details see https://msdn.microsoft.com/en-us/library/ff701703.aspx.

Fields

The HTTP status in the response.

If should_wait is true, the service may normally have a result for this query but the servers are currently overloaded. Wait a few seconds and try again.

Trait Implementations

impl Debug for RequestError
[src]

Formats the value using the given formatter.

impl Default for RequestError
[src]

Returns the "default value" for a type. Read more

impl Display for RequestError
[src]

Formats the value using the given formatter. Read more

impl Error for RequestError
[src]

A short description of the error. Read more

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