💀 deprecated since 8.0.0: use $Error instead.
$Error
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>
FailedT<'missing', number | string>
It's recommended to create custom failed types instead of using this to provide better message.
Deprecated
💀 deprecated since 8.0.0: use
$Error
instead.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.