Interface ErrorMeans<TError>

Error processing means.

A context with these means is created once error is thrown by one of the handlers right before passing it to error handler.

Type Parameters

  • TError = any

    Error type.

Hierarchy

  • ErrorMeans

Properties

Properties

error: TError

Error thrown.

Generated using TypeDoc