AdobeImageEditorHighResolutionErrorCode Constants Reference
Declared in | AdobeUXImageEditorViewController.h |
AdobeImageEditorHighResolutionErrorCode
Status codes for high resolution render errors
Definition
typedef NS_ENUM(NSInteger, AdobeImageEditorHighResolutionErrorCode ) {
AdobeImageEditorHighResolutionErrorCodeUnknown = 0,
AdobeImageEditorHighResolutionErrorCodeUserCancelled,
AdobeImageEditorHighResolutionErrorCodeNoModifications,
AdobeImageEditorHighResolutionErrorCodeRenderCancelled,
};
Constants
AdobeImageEditorHighResolutionErrorCodeUnknown
-
Code indicating an unknown error occurred
Declared In
AdobeUXImageEditorViewController.h
. AdobeImageEditorHighResolutionErrorCodeUserCancelled
-
Code indicating the user cancelled the edit
Declared In
AdobeUXImageEditorViewController.h
. AdobeImageEditorHighResolutionErrorCodeNoModifications
-
Code indicating the user made no edits in the session
Declared In
AdobeUXImageEditorViewController.h
. AdobeImageEditorHighResolutionErrorCodeRenderCancelled
-
Code indicating the render was cancelled by developer action
Declared In
AdobeUXImageEditorViewController.h
.
Declared In
AdobeUXImageEditorViewController.h