Interface ErrorWithCode

Custom error interface with an optional error code.

Hierarchy-Diagram

UML class diagram of ErrorWithCode
Legend
icon for an interface in the UML class diagram interface
icon for a public property in the UML class diagram public property

Hierarchy

  • Error
    • ErrorWithCode

Properties

cause?: unknown
message: string
name: string
stack?: string

Generated using TypeDoc