Struct lockchain_http::models::responses::OperationFailed [−][src]
A simple message that describes an invalid operation
explain() can return a localised string, that provides
more details than the error itself.
LockError is a generic type provided by lockchain-core
which is meant to represent any type of error that can
occur in the lockchain ecosystem.
Fields
explain: String
error: LockError
Auto Trait Implementations
impl Send for OperationFailed
impl Send for OperationFailedimpl Sync for OperationFailed
impl Sync for OperationFailed