PINAnimatedImageError Constants Reference
Declared in | PINAnimatedImage.h |
---|
PINAnimatedImageError
PINAnimatedImage decoding and processing errors.
Definition
typedef NS_ENUM(NSUInteger, PINAnimatedImageError ) {
PINAnimatedImageErrorNoError = 0,
PINAnimatedImageErrorFileCreationError,
PINAnimatedImageErrorFileHandleError,
PINAnimatedImageErrorImageFrameError,
PINAnimatedImageErrorMappingError,
};
Constants
PINAnimatedImageErrorNoError
-
No error, yay!
Declared In
PINAnimatedImage.h
. PINAnimatedImageErrorFileCreationError
-
Could not create a necessary file.
Declared In
PINAnimatedImage.h
. PINAnimatedImageErrorFileHandleError
-
Could not get a file handle to the necessary file.
Declared In
PINAnimatedImage.h
. PINAnimatedImageErrorImageFrameError
-
Could not decode the image.
Declared In
PINAnimatedImage.h
. PINAnimatedImageErrorMappingError
-
Could not memory map the file.
Declared In
PINAnimatedImage.h
.
Declared In
PINAnimatedImage.h