Interface OrchestrationErrorCallback

    • Method Detail

      • onOrchestrationError

        void onOrchestrationError​(OrchestrationError error)
        callback that will be called when an error occurs
        Parameters:
        error - error to be returned
      • onOrchestrationServerError

        void onOrchestrationServerError​(OrchestrationServerError error)
        callback that will be called when an error occurs on the server and is sent back to the client
        Parameters:
        error - error to be returned