An unexpected error, usually from an API response.

See the error message for more details.

Hierarchy

  • CausedError
    • UnspecifiedError

Constructors

Properties

cause?: Error
message: string
name: "UnspecifiedError" = ...
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void