value property
Gets the enumeration value as int. return The value.
Implementation
int get value {
switch (this) {
case BiosealError.success:
return 0;
case BiosealError.insufficientBuffer:
return -1;
case BiosealError.objectDoesNotExist:
return -2;
case BiosealError.base:
return -8000;
case BiosealError.minimum:
return -8999;
case BiosealError.invalidHandle:
return -8001;
case BiosealError.invalidParameter:
return -8002;
case BiosealError.exceptionInCallback:
return -8003;
case BiosealError.javaException:
return -8004;
case BiosealError.resourceNotFound:
return -8005;
case BiosealError.memoryError:
return -8006;
case BiosealError.internalError:
return -8007;
case BiosealError.downloadError:
return -8008;
case BiosealError.invalidInputFormat:
return -8009;
case BiosealError.badInputLotl:
return -8010;
case BiosealError.badInputTsl:
return -8011;
case BiosealError.badInputManifest:
return -8012;
case BiosealError.unsupportedAfnorXpZ42_101Id:
return -8013;
case BiosealError.decodingFailed:
return -8014;
case BiosealError.biosealExpired:
return -8015;
case BiosealError.invalidCertificationChain:
return -8016;
case BiosealError.invalidSignature:
return -8017;
case BiosealError.authorizedUsageFailed:
return -8018;
case BiosealError.signingCertificateExpired:
return -8019;
case BiosealError.revocationInfoValidityPeriod:
return -8020;
case BiosealError.decryptionError:
return -8021;
case BiosealError.languageNotAvailable:
return -8022;
case BiosealError.biosealNotDecoded:
return -8023;
case BiosealError.notSupported:
return -8024;
case BiosealError.unableToVerifyCertificateChain:
return -8025;
case BiosealError.needToVerify:
return -8026;
case BiosealError.noSignatureFound:
return -8027;
case BiosealError.functionNotImplemented:
return -8028;
case BiosealError.noCertificateFound:
return -8029;
case BiosealError.internalSslError:
return -8030;
case BiosealError.urlParsingError:
return -8031;
case BiosealError.unsupportedDocumentIssuingCountry:
return -8032;
case BiosealError.wrongPrefix:
return -8033;
case BiosealError.duplicateManifestField:
return -8034;
}
}