Interface ExecutionErrorDetails.Builder

    • Method Detail

      • errorCode

        ExecutionErrorDetails.Builder errorCode​(String errorCode)

        The error code for the error.

        Parameters:
        errorCode - The error code for the error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorMessage

        ExecutionErrorDetails.Builder errorMessage​(String errorMessage)

        The message describing the error.

        Parameters:
        errorMessage - The message describing the error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.