The internal exception from the framework

It's used to signal to the outside world that a known exception has happened during the execution of the apps.

It's the base exception for other known classes such as UserNotAllowedException, which is used to inform the host that an app identified that a user cannot perform some action, e.g. join a room

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