Struct braintree::error::ApiErrorResponse [] [src]

pub struct ApiErrorResponse {
    pub message: String,
    pub raw: Element,
}

Fields

The error message from the response body.

The parsed response body returned by the API.

Trait Implementations

impl Debug for ApiErrorResponse
[src]

Formats the value using the given formatter.