Skip to content

ErrorCode

Any framework error code (extensible via string & {}).

Signatures

ts
type ErrorCode = ParseErrorCode | ValidationErrorCode | string & {};

See Also

Released under the MIT License.