Interface FailedT<Msg, _T>

A failed type with message and one additional type.

Use this to add a generic type to the failed type.

e.g. FailedT<'missing', number | string>

It's recommended to create custom failed types instead of using this to provide better message.

Type Parameters

  • Msg extends string

  • _T

Hierarchy

  • FailedT

Properties

Properties

[uniSym]: Msg

Generated using TypeDoc