Struct gtfs_server::models::api::error::Error[][src]

pub struct Error {
    pub code: i32,
    pub message: String,
}

Fields

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Error

impl Sync for Error