Interface ErrorInfo.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ErrorInfo.Builder,ErrorInfo>, SdkBuilder<ErrorInfo.Builder,ErrorInfo>, SdkPojo
Enclosing class:
ErrorInfo

public static interface ErrorInfo.Builder extends SdkPojo, CopyableBuilder<ErrorInfo.Builder,ErrorInfo>
  • Method Details

    • errorMessage

      ErrorInfo.Builder errorMessage(String errorMessage)

      Specifies the error message that appears if a flow fails.

      Parameters:
      errorMessage - Specifies the error message that appears if a flow fails.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorType

      ErrorInfo.Builder errorType(String errorType)

      Specifies the type of error.

      Parameters:
      errorType - Specifies the type of error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • errorType

      ErrorInfo.Builder errorType(ErrorDetails errorType)

      Specifies the type of error.

      Parameters:
      errorType - Specifies the type of error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: