Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DataError

Hierarchy

Index

Constructors

Properties

Constructors

constructor

  • new DataError(statusCode: number, message: string): DataError
  • new DataError(statusCode: number, message: string): DataError
  • Parameters

    • statusCode: number
    • message: string

    Returns DataError

  • Parameters

    • statusCode: number
    • message: string

    Returns DataError

Properties

message

message: string

name

name: string

Optional stack

stack: string

statusCode

statusCode: number

Static Error

Error: ErrorConstructor