| Class | Description |
|---|---|
| AnywhereExceptionFactory |
Generates the appropriate exceptions based on the status codes and error messages from the
server.
|
| Enum | Description |
|---|---|
| AwInvalidCertificateException.Reason |
Enum outlining the possible reasons a chain could be invalid.
|
| FssApiError |
These errors are returned via the FSS API
|
| Exception | Description |
|---|---|
| AnywhereException |
An error occurred while processing a request from HCP Anywhere.
|
| AnywhereHttpException |
An error resulting from an error response that occurred while communicating with HCP Anywhere.
|
| AwAdditionalAuthenticationNeededException |
Additional authentication must be performed before the action can be done.
|
| AwBadRequestException |
An error that's generated by a bad request to HCP Anywhere.
|
| AwCertificateException |
An error about certificates during an SSL/TLS handshake.
|
| AwConflictException |
A resource on the HCP Anywhere system already exists at the location requested.
|
| AwDirectoryNotEmptyException |
The provided directory was not empty on a non-recursive request.
|
| AwEntryLimitExceededException |
The owner of the folder has too many files.
|
| AwEntryVersionMismatchException |
The provided version was not the latest version that exists for the provided path.
|
| AwFileNameLengthExceededException |
The length of the file or folder name was longer than the maximum length supported by HCP
Anywhere.
|
| AwFileTooLargeException |
The size of file provided exceeded the limit for a single file on the HCP Anywhere system.
|
| AwForbiddenException |
Request is forbidden on the HCP Anywhere system.
|
| AwInvalidCertificateException |
This exception indicates that the certificate chain is invalid.
|
| AwInvalidPathException |
The provided path was invalid.
|
| AwInvalidRequestException |
The request was invalid due to an invalid parameter.
|
| AwJoinedSharesLimitExceeded |
The user is trying to join a share that would exceed their joined shares limit.
|
| AwJsonException |
This exception indicates a JSON error, such as an error parsing or validating the JSON.
|
| AwLimitExceededException |
The request could not be completed due to a limit on the HCP Anywhere system being exceeded.
|
| AwNotFoundException |
The specified resource could not be found.
|
| AwOverStorageQuotaException |
The user does not have enough free space on their HCP Anywhere system.
|
| AwOwnedSharesLimitExceeded |
The user is trying to create a share that would exceed their owned shares limit.
|
| AwQueryCanceledException |
A database query timed out or was canceled.
|
| AwRemoveLastManagerException |
The user is trying to remove the last manager of a share.
|
| AwRemoveOwnerFromShareException |
The user is trying to remove the owner of a share.
|
| AwRetryableException |
The HCP Anywhere service is temporarily unavailable.
|
| AwUnauthorizedException |
The request to access the requested resource could not be authorized.
|
| AwUnsupportedApiVersionException |
The specified version of the HCP Anywhere FSS API is not supported.
|
| AwUntrustedCertificateException |
The provided chain could not be trusted by any of the TrustManagers.
|
| AwVirusFoundException |
A virus was detected in the file being uploaded.
|