Tokens are error elements that are shown between quotes.

Hierarchy (view full)

API

  • Refine the superclass constructor, adding a list of different elements.

    Parameters

    • _elements: GErrorElement[]

      The list of members to include in the string.

      **PRECONDITION:

      • the list of elements cannot be empty (not verified)

      Group

      Internal State

    Returns ListOfElements

  • The string to use for each element in an error message.

    Returns string

Internal State

_element: string

The string used as a base to show the final string that will be used on the error message.

_elements: GErrorElement[]

The list of members to include in the string.

**PRECONDITION:

  • the list of elements cannot be empty (not verified)