Struct storyboard_client::ApiError[][src]

pub struct ApiError {
    pub debuginfo: Option<String>,
    pub faultcode: Option<String>,
    pub faultstring: Option<String>,
}

A type that represents an error from the API.

Fields

The debuginfo available.

The failure code.

The failure description.

Trait Implementations

impl Debug for ApiError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ApiError

impl Sync for ApiError