Enumeration ErrorType

Enum representing the types of errors that can occur with token IDs.

Enumeration Members

BELOW_MIN_LENGTH: "BELOW_MIN_LENGTH"

Error type indicating the length is below the min allowed.

EXCEEDS_MAX_LENGTH: "EXCEEDS_MAX_LENGTH"

Error type indicating the length exceeds the max allowed.

INVALID_CHARACTERS: "INVALID_CHARACTERS"

Error type indicating the token ID contains invalid characters.

Generated using TypeDoc