Class ManagementApiError

Hierarchy

  • Error
    • ManagementApiError

Constructors

Properties

body: string
error: string
errorCode: undefined | string
headers: Headers
message: string
msg: string
name: "ManagementApiError" = ...
stack?: string
statusCode: number
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void