Type alias ValidateHandleError

ValidateHandleError: "existed" | "lengthInvalid" | "charsInvalid"

Deprecated

Use validateHandleFormat and indexer.character.checkIfHandleExists instead.

The ValidateHandleError type represents the type of validation errors that can occur.

  • 'existed': The handle is already in use.
  • 'lengthInvalid': The handle must be between 3 and 31 characters.
  • 'charsInvalid': The handle must only contain lower-case letters, numbers, hyphens (-), or underscores (_).

Generated using TypeDoc