AdobeNetworkError Class Reference
| Inherits from | NSObject |
| Declared in | AdobeNetworkError.h |
Class Methods
isCancelError:
Inspects an error to see if it constitutes a user-initiated, network-request cancellation “error”.
+ (BOOL)isCancelError:(NSError *)errorParameters
- error
The error to inspect.
Discussion
Inspects an error to see if it constitutes a user-initiated, network-request cancellation “error”.
Declared In
AdobeNetworkError.hisDisconnectedServiceError:
Inspects an error to see if it constitutes a user-initiated, disconnected service error.
+ (BOOL)isDisconnectedServiceError:(NSError *)errorParameters
- error
The error to inspect.
Discussion
Inspects an error to see if it constitutes a user-initiated, disconnected service error.
Declared In
AdobeNetworkError.hisFileNotFoundError:
Inspects an error to see if it constitutes a user-initiated, network-request file not found “error”.
+ (BOOL)isFileNotFoundError:(NSError *)errorParameters
- error
The error to inspect.
Discussion
Inspects an error to see if it constitutes a user-initiated, network-request file not found “error”.
Declared In
AdobeNetworkError.hisNetworkOfflineError:
Inspects an error to see if it constitutes a user-initiated, disconnected network error.
+ (BOOL)isNetworkOfflineError:(NSError *)errorParameters
- error
The error to inspect.
Discussion
Inspects an error to see if it constitutes a user-initiated, disconnected network error.
Declared In
AdobeNetworkError.h