Serializable, ToCopyableBuilder<DocumentServiceException.Builder,DocumentServiceException>@Generated("software.amazon.awssdk:codegen") public class DocumentServiceException extends CloudSearchDomainException implements ToCopyableBuilder<DocumentServiceException.Builder,DocumentServiceException>
Information about any problems encountered while processing an upload request.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
DocumentServiceException.Builder |
AmazonServiceException.ErrorType| Modifier and Type | Method | Description |
|---|---|---|
static DocumentServiceException.Builder |
builder() |
|
static Class<? extends DocumentServiceException.Builder> |
serializableBuilderClass() |
|
String |
status() |
The return status of a document upload request,
error or success. |
DocumentServiceException.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
isRetryablegetErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCodeequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DocumentServiceException.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DocumentServiceException.Builder,DocumentServiceException>public static DocumentServiceException.Builder builder()
public static Class<? extends DocumentServiceException.Builder> serializableBuilderClass()
public String status()
The return status of a document upload request, error or success.
error or success.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.