This exception informs the host system that an app has determined that an user is not allowed to perform a specific action.

Currently it is expected to be thrown by the following events:

  • IPreRoomCreatePrevent
  • IPreRoomUserJoined
  • IPreRoomUserLeave

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