ImageError Enumeration¶
Namespace: id3.Face
Definition¶
class ImageError
enum ImageError
public enum ImageError
public enum ImageError
public enum ImageError
typedef enum id3FaceImageError
Fields¶
Name |
Value |
Description |
---|---|---|
|
0 |
No error. |
|
-1 |
The given buffer is too small. |
|
-2 |
The requested object does not exist; a ‘null’ should be returned if possible. |
|
-3000 |
Base error code for Image module. |
|
-3999 |
Minimum error code for Image module. |
|
-3001 |
The handle is invalid. |
|
-3002 |
The parameter is invalid. |
|
-3003 |
The image sizes are not compatible for the requested operation. |
|
-3004 |
The pixel formats are not compatible. |
|
-3005 |
The given key is already used in the dictionary. Multiple values per key is not supported. |
|
-3006 |
The given key is not present in the dictionary. |
|
-3007 |
The required pixel format is not correct. |
|
-3008 |
An error as occured during python module initialization. |
|
-3009 |
Function not implemented. |
|
-3010 |
TODO |