public static interface GetRecommendationError.Builder extends SdkPojo, CopyableBuilder<GetRecommendationError.Builder,GetRecommendationError>
| Modifier and Type | Method and Description |
|---|---|
GetRecommendationError.Builder |
code(String code)
The error code.
|
GetRecommendationError.Builder |
identifier(String identifier)
The ID of the error.
|
GetRecommendationError.Builder |
message(String message)
The message, or reason, for the error.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGetRecommendationError.Builder identifier(String identifier)
The ID of the error.
identifier - The ID of the error.GetRecommendationError.Builder code(String code)
The error code.
code - The error code.GetRecommendationError.Builder message(String message)
The message, or reason, for the error.
message - The message, or reason, for the error.Copyright © 2023. All rights reserved.