This exception informs the host system that an app essential to the execution of a system action is disabled, so the action should be halted.

Apps can register to be considered essential to the execution of internal events of the framework such as IPreMessageSentPrevent, IPreRoomUserJoined, etc.

This is used interally by the framework and is not intended to be thrown manually by apps.

Hierarchy

Constructors

Properties

message: string
name: string = 'AppsEngineException'
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc