XrErrorCallback: (err: Error | null) => any

Type declaration

    • (err: Error | null): any
    • Parameters

      • err: Error | null

        The Error object or null if operation was successful.

      Returns any