Function registerBridgeErrorHandler

Registers an error handler for a specific instance.

  • Parameters

    • type: InstanceType

      The type of the instance.

    • id: number

      The unique ID of the instance.

    • handler: (exception: any) => void

      The callback function to handle the error.

    Returns void