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

    • code

      The error code.

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

      ErrorInfo.Builder message(String message)

      The error message.

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