Serializable
, ToCopyableBuilder<InvalidLayerPartException.Builder,InvalidLayerPartException>
@Generated("software.amazon.awssdk:codegen") public class InvalidLayerPartException extends ECRException implements ToCopyableBuilder<InvalidLayerPartException.Builder,InvalidLayerPartException>
The layer part size is not valid, or the first byte specified is not consecutive to the last byte of a previous layer part upload.
Modifier and Type | Class | Description |
---|---|---|
static interface |
InvalidLayerPartException.Builder |
AmazonServiceException.ErrorType
Modifier and Type | Method | Description |
---|---|---|
static InvalidLayerPartException.Builder |
builder() |
|
Long |
lastValidByteReceived() |
The last valid byte received from the layer part upload that is associated with the exception.
|
String |
registryId() |
The registry ID associated with the exception.
|
String |
repositoryName() |
The repository name associated with the exception.
|
static Class<? extends InvalidLayerPartException.Builder> |
serializableBuilderClass() |
|
InvalidLayerPartException.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
uploadId() |
The upload ID associated with the exception.
|
isRetryable
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidLayerPartException.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<InvalidLayerPartException.Builder,InvalidLayerPartException>
public static InvalidLayerPartException.Builder builder()
public static Class<? extends InvalidLayerPartException.Builder> serializableBuilderClass()
public String registryId()
The registry ID associated with the exception.
public String repositoryName()
The repository name associated with the exception.
public String uploadId()
The upload ID associated with the exception.
public Long lastValidByteReceived()
The last valid byte received from the layer part upload that is associated with the exception.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.