Struct lockchain_http::model::OperationFailed[][src]

pub struct OperationFailed {
    pub reason: String,
    pub code: u32,
}

A simple message that describes an invalid operation

Fields

Auto Trait Implementations