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 *)error
Parameters
- error
The error to inspect.
Discussion
Inspects an error to see if it constitutes a user-initiated, network-request cancellation “error”.
Declared In
AdobeNetworkError.h
isDisconnectedServiceError:
Inspects an error to see if it constitutes a user-initiated, disconnected service error.
+ (BOOL)isDisconnectedServiceError:(NSError *)error
Parameters
- error
The error to inspect.
Discussion
Inspects an error to see if it constitutes a user-initiated, disconnected service error.
Declared In
AdobeNetworkError.h
isFileNotFoundError:
Inspects an error to see if it constitutes a user-initiated, network-request file not found “error”.
+ (BOOL)isFileNotFoundError:(NSError *)error
Parameters
- 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.h
isNetworkOfflineError:
Inspects an error to see if it constitutes a user-initiated, disconnected network error.
+ (BOOL)isNetworkOfflineError:(NSError *)error
Parameters
- error
The error to inspect.
Discussion
Inspects an error to see if it constitutes a user-initiated, disconnected network error.
Declared In
AdobeNetworkError.h