Struct libcratesio::ErrorResponse [] [src]

pub struct ErrorResponse {
    pub errors: Vec<Errors>,
}

Fields

Methods

impl ErrorResponse
[src]

Trait Implementations

impl Debug for ErrorResponse
[src]

Formats the value using the given formatter.

impl FromStr for ErrorResponse
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more