BiosealError enum
Enumerates the error codes.
Constructors
- BiosealError()
-
const
Values
- success → const BiosealError
-
No error.
- insufficientBuffer → const BiosealError
-
The given buffer is too small.
- objectDoesNotExist → const BiosealError
-
The requested object does not exist; a 'null' should be returned if possible.
- base → const BiosealError
-
Base error code for BioSeal module.
- minimum → const BiosealError
-
Minimum error code for BioSeal module.
- invalidHandle → const BiosealError
-
The handle is invalid.
- invalidParameter → const BiosealError
-
The parameter is invalid.
- exceptionInCallback → const BiosealError
-
An exception was fired in the callback.
- javaException → const BiosealError
-
An exception was fired in JNI.
- resourceNotFound → const BiosealError
-
Resource not found.
- memoryError → const BiosealError
-
An internal error has been fired.
- internalError → const BiosealError
-
An memory error has been fired.
- downloadError → const BiosealError
-
Error in the internal download process.
- invalidInputFormat → const BiosealError
-
Invalid input format.
- badInputLotl → const BiosealError
-
The LOTL is malformed.
- badInputTsl → const BiosealError
-
The TSL does not conform to ETSI TS 119 612.
- badInputManifest → const BiosealError
-
The manifest is malformed.
- unsupportedAfnorXpZ42_101Id → const BiosealError
-
An unsupported Afnor XP Z42-101 identifier was found.
- decodingFailed → const BiosealError
-
Decoding failed.
- biosealExpired → const BiosealError
-
The BioSeal as expired.
- invalidCertificationChain → const BiosealError
-
Invalid certification chain.
- invalidSignature → const BiosealError
-
Invalid signature.
-
Authorized usage failed.
- signingCertificateExpired → const BiosealError
-
The signing certificate was expired when the BioSeal was generated.
- revocationInfoValidityPeriod → const BiosealError
-
Invalid revocation info validity period.
- decryptionError → const BiosealError
-
An unexpected error occurred during decryption..
- languageNotAvailable → const BiosealError
-
Language not found.
- biosealNotDecoded → const BiosealError
-
The BioSeal was not decoded.
- notSupported → const BiosealError
-
Function or request not supported.
- unableToVerifyCertificateChain → const BiosealError
-
Unable to verify the certificate chain.
- needToVerify → const BiosealError
-
Need to verify the BioSeal.
- noSignatureFound → const BiosealError
-
No signature found.
- functionNotImplemented → const BiosealError
-
This function is not implemented.
- noCertificateFound → const BiosealError
-
No certificate found.
- internalSslError → const BiosealError
-
Internal SSL error.
- urlParsingError → const BiosealError
-
Unable to parse the given URL.
- unsupportedDocumentIssuingCountry → const BiosealError
-
Document issuing country not supported.
- wrongPrefix → const BiosealError
-
Incorrect issuing agency code (IAC) in code prefix.
- duplicateManifestField → const BiosealError
-
TODO
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
BiosealError> -
A constant List of the values in this enum, in order of their declaration.
[success, insufficientBuffer, objectDoesNotExist, base, minimum, invalidHandle, invalidParameter, exceptionInCallback, javaException, resourceNotFound, memoryError, internalError, downloadError, inval…