public static interface PackageVersionError.Builder extends SdkPojo, CopyableBuilder<PackageVersionError.Builder,PackageVersionError>
| Modifier and Type | Method and Description |
|---|---|
PackageVersionError.Builder |
errorCode(PackageVersionErrorCode errorCode)
The error code associated with the error.
|
PackageVersionError.Builder |
errorCode(String errorCode)
The error code associated with the error.
|
PackageVersionError.Builder |
errorMessage(String errorMessage)
The error message associated with the error.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPackageVersionError.Builder errorCode(String errorCode)
The error code associated with the error. Valid error codes are:
ALREADY_EXISTS
MISMATCHED_REVISION
MISMATCHED_STATUS
NOT_ALLOWED
NOT_FOUND
SKIPPED
errorCode - The error code associated with the error. Valid error codes are:
ALREADY_EXISTS
MISMATCHED_REVISION
MISMATCHED_STATUS
NOT_ALLOWED
NOT_FOUND
SKIPPED
PackageVersionErrorCode,
PackageVersionErrorCodePackageVersionError.Builder errorCode(PackageVersionErrorCode errorCode)
The error code associated with the error. Valid error codes are:
ALREADY_EXISTS
MISMATCHED_REVISION
MISMATCHED_STATUS
NOT_ALLOWED
NOT_FOUND
SKIPPED
errorCode - The error code associated with the error. Valid error codes are:
ALREADY_EXISTS
MISMATCHED_REVISION
MISMATCHED_STATUS
NOT_ALLOWED
NOT_FOUND
SKIPPED
PackageVersionErrorCode,
PackageVersionErrorCodePackageVersionError.Builder errorMessage(String errorMessage)
The error message associated with the error.
errorMessage - The error message associated with the error.Copyright © 2023. All rights reserved.