Enum razberry::response::ResponseError [] [src]

pub enum ResponseError {
    ParseError,
    MalformedResponse,
    MissingTimestamp,
    PossibleMissingEvents,
}

Possible error with the response.

Variants

There was a problem parsing the JSON received.

The JSON we received did not match the schema we expected.

The response was missing a timestamp.

The PartialGatewayState cannot be merged since it could result in missing events. This is the result of a gap between queries to the '/Data' and '/Data/{timestamp}' endpoints.

Trait Implementations

impl Debug for ResponseError
[src]

Formats the value using the given formatter.