Module drink_next::errors

source ·
Expand description

Module gathering common error and result types.

Enums§

  • Main error type for the drink crate.
  • Every contract message wraps its return value in Result<T, LangResult>. This is the error type.

Type Aliases§