Palette
    Preparing search index...

    Class PaletteError

    An error originating from within a Palette subsystem.

    In the development environment, the error will surface with extended info about the error and any details which may be relevant to help with debugging.

    In the production environment, a minimal error only surfacing the numeric error code is thrown instead.

    Codes are categorized into groups by the 100's:

    • 0 - 99: Invariants
    • 100 - 199: Custom Elements / Environment Errors
    • 200 - 299: Templating Errors
    • 300 - 399: Runtime Errors

    Hierarchy

    • Error
      • PaletteError
    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • code: number
      • ...values: string[]

      Returns PaletteError

    Properties

    code: number
    name: string = "PaletteError"