Struct goji::Errors[][src]

pub struct Errors {
    pub error_messages: Vec<String>,
    pub errors: BTreeMap<String, String>,
}

represents an general jira error response

Fields

Trait Implementations

impl Debug for Errors
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Errors

impl Sync for Errors