@Generated(value="software.amazon.awssdk:codegen") public final 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 and Description |
|---|---|
static interface |
InvalidLayerPartException.Builder |
| Modifier and Type | Method and 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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InvalidLayerPartException.Builder> |
serializableBuilderClass() |
InvalidLayerPartException.Builder |
toBuilder() |
String |
uploadId()
The upload ID associated with the exception.
|
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionextendedRequestId, requestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic InvalidLayerPartException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InvalidLayerPartException.Builder,InvalidLayerPartException>toBuilder in class EcrExceptionpublic 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 © 2021. All rights reserved.