Interface RecordError.Builder

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

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

    • code

      The numeric value of the error.

      Parameters:
      code - The numeric value of the error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      RecordError.Builder description(String description)

      The description of the error.

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