SPDX-License-Identifier: Apache-2.0

Hierarchy (View Summary)

Constructors

Properties

Constructors

  • Create a custom error for illegal argument scenario

    error metadata will include value

    Parameters

    • message: string

      error message

    • value: any = ''

      value of the invalid argument

    • cause: any = {}

      source error (if any)

    Returns IllegalArgumentError

Properties

meta: any = {}

additional metadata (if any)