Declared in AdobeNetworkError.h

AdobeNetworkErrorCode

Error codes for the AdobeNetworkErrorDomain domain.

Constants

AdobeNetworkErrorBadRequest

The request cannot be completed.

Declared In AdobeNetworkError.h.

AdobeNetworkErrorNetworkFailure

This error indicates a (likely temporary) problem with the network. This could be caused by a server that is down or just too slow to respond.

Declared In AdobeNetworkError.h.

AdobeNetworkErrorOffline

This error indicates that the device doesn’t have a network connection (any more).

Declared In AdobeNetworkError.h.

AdobeNetworkErrorCancelled

This error indicates that the operation was cancelled.

Declared In AdobeNetworkError.h.

AdobeNetworkErrorAuthenticationFailed

The request failed due to an authentication failure, such as missing or incorrect credentials.

Declared In AdobeNetworkError.h.

AdobeNetworkErrorServiceDisconnected

The service is disconnected. This most likely happened because too many requests have failed.

Declared In AdobeNetworkError.h.

AdobeNetworkErrorFileDoesNotExist

A local input file does not exist

Declared In AdobeNetworkError.h.

AdobeNetworkErrorServiceInvalidating

No new requests could be enqueued because the service is in the process of processing existing requests prior to invalidation.

Declared In AdobeNetworkError.h.

AdobeNetworkErrorNoCloudSpecified

No Adobe Cloud specified.

Declared In AdobeNetworkError.h.

AdobeNetworkErrorCannotReachCloudEndpoint

Cannot reach cloud endpoint, due to, perhaps a DNS error or other similar issues. This error is equivalent to @c kCFURLErrorCannotFindHost.

Declared In AdobeNetworkError.h.

AdobeNetworkErrorRequestForbidden

A HTTP request was forbidden by the service.

Declared In AdobeNetworkError.h.

AdobeNetworkErrorMissingJSONData

Missing JSON response.

Declared In AdobeNetworkError.h.

AdobeNetworkErrorCannotReachCloudEndpointDueToLostConnection

Cloud endpoint could not be reached due to a lost connection. This error is similiar to @c kCFURLErrorNetworkConnectionLost.

Declared In AdobeNetworkError.h.

AdobeNetworkErrorCannotReachCloudEndpointDueToTimeout

Cloud endpoint could not be reached due to connection timeout. This error is similar to @c kCFURLErrorTimedOut.

Declared In AdobeNetworkError.h.

AdobeNetworkErrorResponseSizeMismatch

The number of bytes in the response body does not match the expected size of the requested resource.

Declared In AdobeNetworkError.h.

Declared In

AdobeNetworkError.h