The error is thrown when calling a method that needs all items to be of a specific type. For example, the sum method requires all items to be numbers.

IMPORT_PATH: "@daiso-tech/core/collection/contracts"

Hierarchy (View Summary)

Constructors

Properties

cause?: unknown
message: string
name: string
stack?: string
prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any

Optional override for formatting stack traces

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • OptionalconstructorOpt: Function

    Returns void