Struct lightning_signer::util::status::Status [−][src]
pub struct Status { /* fields omitted */ }
Expand description
gRPC compatible error status
Implementations
Create a new Status
with the associated code and message.
Construct an invalid argument status
Construct a failed precondition status, used for policy violation
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for Status
impl UnwindSafe for Status
Blanket Implementations
Mutably borrows from an owned value. Read more