Hierarchy

  • Error
    • ApiError

Implements

Constructors

  • Parameters

    • error: string
    • errcode: ErrCode = ErrCode.Unknown
    • statusCode: number = -1
    • additionalContent: Record<string, unknown> = {}

    Returns ApiError

Properties

additionalContent: Record<string, unknown> = {}
errcode: ErrCode = ErrCode.Unknown
error: string
message: string
name: string
stack?: string
statusCode: number = -1
prepareStackTrace?: ((err: Error, stackTraces: CallSite[]) => any)

Type declaration

stackTraceLimit: number

Accessors

  • get jsonBody(): { errcode: string; error: string }
  • Returns { errcode: string; error: string }

    • errcode: string
    • error: string

Methods

  • Parameters

    • response: Response<any, Record<string, any>>

    Returns void

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc