Struct capnp::Error
[−]
[src]
pub struct Error {
pub kind: ErrorKind,
pub description: String,
}Describes an arbitrary error that prevented an operation from completing.
Fields
kind | The type of the error. The purpose of this enum is not to describe the error itself, but rather to describe how the client might want to respond to the error. |
description | Human-readable failure description. |