Enum lightning_signer::util::status::Code [−][src]
pub enum Code {
Ok,
InvalidArgument,
FailedPrecondition,
Internal,
}
Expand description
gRPC compatible error status code
Variants
Ok
The operation completed successfully.
InvalidArgument
Client specified an invalid argument.
FailedPrecondition
The system is not in a state required for the operation’s execution.
Internal
Internal error.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Code
impl UnwindSafe for Code
Blanket Implementations
Mutably borrows from an owned value. Read more