Interface Error

Name

Error

Description

Represents an error with a specific code, message, and type.

Hierarchy

  • Error

Properties

Properties

code: ErrorCode

The specific error code associated with this error.

message: string

A descriptive message providing more details about the error.

type: ErrorType

The type of the error indicating its severity (critical or non-critical).

Generated using TypeDoc