Struct lightning_signer::policy::error::ValidationError [−][src]
pub struct ValidationError {
pub kind: ValidationErrorKind,
}
Expand description
Validation error
Fields
kind: ValidationErrorKind
The kind of error
Implementations
Return a new ValidationError with the message prepended
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ValidationError
impl Send for ValidationError
impl Sync for ValidationError
impl Unpin for ValidationError
impl UnwindSafe for ValidationError
Blanket Implementations
Mutably borrows from an owned value. Read more