DocumentError Enumeration¶
Namespace: id3.Document
Definition¶
class DocumentError
enum DocumentError
public enum DocumentError
public enum DocumentError
public enum DocumentError
typedef enum id3DocumentError
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. |
|
-11000 |
Base error code of the Document module. |
|
-11999 |
Minimum error code of the Document module. |
|
-11001 |
The handle is invalid. |
|
-11002 |
The parameter is invalid. |
|
-11004 |
The image pixel format is invalid. |
|
-11008 |
The model could not be found in the given directory path. |
|
-11009 |
The document template could not be found at the given path. |
|
-11020 |
The model which is required for this operation has not been loaded. |
|
-11021 |
The document template required for this operation has not been loaded. |
|
-11022 |
The required element is not present in the document annotation. |
|
-11023 |
The format of the document template is invalid. |
|
-11030 |
The frame buffer is not full, and computation is not allowed. |
|
-11039 |
One of our computation backends failed for unknown reasons. |
|
-11040 |
The inference backend failed to infer, probably due to inconsistent input. |
|
-11041 |
The requested processing unit is not available in this build. |
|
-11056 |
This function is not implemented. |