Skip to content

Type Alias: ArgsValidationErrorCode

A machine-readable argument validation error code.

Each code is one of ArgsValidationErrorKeys and can also be used as an i18n resource key.

Signature

ts
type ArgsValidationErrorCode = (typeof ArgsValidationErrorKeys)[keyof typeof ArgsValidationErrorKeys]

Released under the MIT License.