public static interface QueryError.Builder extends SdkPojo, CopyableBuilder<QueryError.Builder,QueryError>
| Modifier and Type | Method and Description |
|---|---|
QueryError.Builder |
errorCode(QueryErrorCode errorCode)
Specifies the error code that was raised.
|
QueryError.Builder |
errorCode(String errorCode)
Specifies the error code that was raised.
|
QueryError.Builder |
message(String message)
A message that explains the
ErrorCode value. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildQueryError.Builder errorCode(String errorCode)
Specifies the error code that was raised.
errorCode - Specifies the error code that was raised.QueryErrorCode,
QueryErrorCodeQueryError.Builder errorCode(QueryErrorCode errorCode)
Specifies the error code that was raised.
errorCode - Specifies the error code that was raised.QueryErrorCode,
QueryErrorCodeQueryError.Builder message(String message)
A message that explains the ErrorCode value. Messages might state that the specified CloudFront
stack does not exist (or no longer exists). For CLOUDFORMATION_STACK_INACTIVE, the message
typically states that the CloudFront stack has a status that is not (or no longer) active, such as
CREATE_FAILED.
message - A message that explains the ErrorCode value. Messages might state that the specified
CloudFront stack does not exist (or no longer exists). For CLOUDFORMATION_STACK_INACTIVE,
the message typically states that the CloudFront stack has a status that is not (or no longer) active,
such as CREATE_FAILED.Copyright © 2023. All rights reserved.