Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BatchError

Package version

Hierarchy

  • any
    • BatchError

Implements

  • ErrorInfo

Index

Constructors

constructor

  • new BatchError(errorInfo: ErrorInfo): BatchError

Properties

Optional additionalProperties

additionalProperties: Record<string, unknown>

Additional properties that can be provided on the error info object

code

code: string

A machine readable error code.

Optional details

details: ErrorDetail[]

error details.

Optional innerError

innerError: ErrorInfo

Inner error details if they exist.

message

message: string

A human readable error message.

Generated using TypeDoc