public static interface RecordError.Builder extends SdkPojo, CopyableBuilder<RecordError.Builder,RecordError>
| Modifier and Type | Method and Description |
|---|---|
RecordError.Builder |
code(String code)
The numeric value of the error.
|
RecordError.Builder |
description(String description)
The description of the error.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecordError.Builder code(String code)
The numeric value of the error.
code - The numeric value of the error.RecordError.Builder description(String description)
The description of the error.
description - The description of the error.Copyright © 2023. All rights reserved.