Function reportBridgeError

Invokes the error handler for a specific instance.

  • Parameters

    • type: InstanceType

      The type of the instance that erred.

    • id: number

      The unique ID of the instance.

    • exception: any

      The exception object that was caught.

    Returns void