BiosealError Enumeration¶
Namespace: id3.Bioseal
Definition¶
class BiosealError
enum BiosealError
public enum BiosealError
public enum BiosealError
public enum BiosealError
typedef enum id3BiosealError
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. |
|
-8000 |
Base error code for BioSeal module. |
|
-8999 |
Minimum error code for BioSeal module. |
|
-8001 |
The handle is invalid. |
|
-8002 |
The parameter is invalid. |
|
-8003 |
An exception was fired in the callback. |
|
-8004 |
An exception was fired in JNI. |
|
-8005 |
Resource not found. |
|
-8006 |
An internal error has been fired. |
|
-8007 |
An memory error has been fired. |
|
-8008 |
Error in the internal download process. |
|
-8009 |
Invalid input format. |
|
-8010 |
The LOTL is malformed. |
|
-8011 |
The TSL does not conform to ETSI TS 119 612. |
|
-8012 |
The manifest is malformed. |
|
-8013 |
An unsupported Afnor XP Z42-101 identifier was found. |
|
-8014 |
Decoding failed. |
|
-8015 |
The BioSeal as expired. |
|
-8016 |
Invalid certification chain. |
|
-8017 |
Invalid signature. |
|
-8018 |
Authorized usage failed. |
|
-8019 |
The signing certificate was expired when the BioSeal was generated. |
|
-8020 |
Invalid revocation info validity period. |
|
-8021 |
An unexpected error occurred during decryption.. |
|
-8022 |
Language not found. |
|
-8023 |
The BioSeal was not decoded. |
|
-8024 |
Function or request not supported. |
|
-8025 |
Unable to verify the certificate chain. |
|
-8026 |
Need to verify the BioSeal. |
|
-8027 |
No signature found. |
|
-8028 |
This function is not implemented. |
|
-8029 |
No certificate found. |
|
-8030 |
Internal SSL error. |
|
-8031 |
Unable to parse the given URL. |
|
-8032 |
Document issuing country not supported. |
|
-8033 |
Incorrect issuing agency code (IAC) in code prefix. |
|
-8034 |
TODO |