SPDX-License-Identifier: Apache-2.0

Hierarchy (View Summary)

Constructors

Properties

Constructors

  • Create a custom error object

    error metadata will include the cause

    Parameters

    • message: string

      error message

    • cause: any = {}

      source error (if any)

    • meta: any = {}

      additional metadata (if any)

    Returns SoloError

Properties

meta: any = {}

additional metadata (if any)