Crate tc_error

source ·
Expand description

Provides common error types and associated convenience methods for TinyChain.

This crate is a part of TinyChain: http://github.com/haydnv/tinychain

Macros§

  • Error to convey an upstream problem
  • Error to indicate that the request is badly-constructed or nonsensical
  • Error to indicate that the request cannot be fulfilled due to a conflict with another request.
  • Error to indicate that the requestor’s credentials do not authorize the request to be fulfilled
  • A truly unexpected error, for which no handling behavior can be defined
  • Error to indicate that a required feature is not yet implemented.
  • Error to indicate that the request failed to complete in the allotted time.
  • Error to indicate that the user’s credentials are missing or nonsensical.
  • Error to indicate that this host is currently overloaded

Structs§

  • A general error description.

Enums§

Type Aliases§