Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ForbiddenError

Hierarchy

  • DvelopSdkError
    • ForbiddenError

Index

Constructors

  • new ForbiddenError(message: string, originalError?: Error): ForbiddenError
  • Parameters

    • message: string
    • Optional originalError: Error

    Returns ForbiddenError

Properties

message: string
name: string
originalError?: Error
stack?: string
prepareStackTrace?: ((err: Error, stackTraces: CallSite[]) => any)

Type declaration

stackTraceLimit: number

Methods

  • captureStackTrace(targetObject: object, constructorOpt?: Function): void
  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc