Struct algorithmia::error::ApiError [] [src]

pub struct ApiError {
    pub message: String,
    pub stacktrace: Option<String>,
}

Error from the Algorithmia API (may be from the algorithm)

Fields

Error message returned from the Algorithmia API

Stacktrace of algorithm exception/panic

Trait Implementations

impl Debug for ApiError
[src]

Formats the value using the given formatter.

impl Display for ApiError
[src]

Formats the value using the given formatter. Read more