@twilio/flex-sdk
    Preparing search index...

    Interface ErrorHandler

    Callback that is called by ErrorLink when an error occurs from a downstream link in link chain.

    • Parameters

      • options: ErrorHandlerOptions

        The options object provided by ErrorLink to the error handler when an error occurs.

      Returns
          | void
          | Observable<
              FormattedExecutionResult<Record<string, any>, Record<string, any>>,
          >