Security Considerations
This table lists the error codes and messages returned by the CADP for .NET Core.
| Error Codes | Error Messages |
|---|---|
| Ok = 0 | OK. |
| NoMem = 1 | Out of memory. |
| Version = 2 | Invalid version. |
| NotFound = 3 | Not found. |
| InitializationFailed = 4 | Initialization failed. |
| MissingParameters = 5 | Missing parameters. |
| ConfFileNotFound = 6 | Configuration file not found. |
| UnsupportedAuthtype = 7 | Unsupported authentication type. |
| LoggedOut = 8 | Logged out. |
| MissingAuthInfo = 9 | Missing authentication info. |
| IncorrectKeytype = 10 | Incorrect key type. |
| EnoSpace = 11 | Supplied buffer too small. |
| UnsupportedAlgorithm = 12 | Unsupported algorithm. |
| InvalidParam = 13 | Invalid parameter value. |
| InvalidFlags = 14 | Invalid flags. |
| ConfEntryMissing = 15 | Missing configuration entry. |
| ConfFileVersionMismatch = 16 | Config file version mismatch. |
| HashState = 17 | Hash state error. |
| InvalidSignature = 18 | Invalid signature. |
| ConfFileEntry = 19 | Config file entry error. |
| Moredata = 20 | More data. |
| KeyState = 21 | Key state error. |
| KeyNotExportable = 22 | Key not exportable. |
| InvalidSession = 23 | Invalid session. |
| InvalidKey = 24 | Invalid key. |
| InvalidHash = 25 | Invalid hash. |
| BadData = 26 | Bad data. |
| CannotWriteToLogfile = 27 | Cannot write to logfile. |
| CannotConnect = 28 | Cannot connect. |
| CommandUnsupported = 29 | Unsupported command. |
| TrGroupRequired = 30 | Tamper Resistance group required. |
| ConnFailed = 40 | Connection failed. |
| ConnNotAnIpAddr = 41 | Not an IP address. |
| ConnReadError = 50 | Connection read error. |
| ConnWriteError = 51 | Connection write error. |
| ConnGenericError = 52 | Connection generic error. |
| ConnFatalError = 53 | Connection fatal error. |
| ConnNonFatalError = 54 | Connection non fatal error. |
| ConnInvalidResponse = 55 | Connection error: Invalid response. |
| ConnInvalidDataSize = 56 | Connection error: Invalid data size. |
| ConnMaxBufferReached = 57 | Connection error: Maximum buffer reached. |
| ConnOutOfMemory = 58 | Connection error: Out of memory. |
| ConnUnknownError = 59 | Connection unknown error. |
| ConnInvalidXml = 60 | Connection error: Invalid XML. |
| ConnInvalid = 61 | Connection invalid. |
| ConnCafile = 62 | Connection CA file error. |
| ConnCertfile = 63 | Connection certificate file error. |
| ConnPrivatekey = 64 | Connection private key error. |
| ConnProtocolmismatch = 65 | TCP/SSL protocol mismatch. |
| NaeErrorSeeLog = 75 | NAE error: See log. |
| NaeUnknownError = 76 | NAE unknown error. |
| ProvidersNotInitialized = 77 | Ing_Initialize not called. |
| NoDataRead = 78 | No Data to read. |
| NoKeyValue = 79 | Key Value Not found. |
| ConnReleaseError = 82 | Could not release connection. |
| ConnPoolLimitReached = 83 | Connection error: Max connection pool limit reached. |
| SyslogServerIpInvalid = 90 | Illegal address in the Syslog_Server_IP property. |
| OpAuthFailed = 100 | Operation authentication failed. |
| NaeUnknownKey = 1401 | NAE error: Unknown key name or insufficient permissions. |
| OperationNotSupportedInLocalMode = 1466 | Unsupported operation in local mode. |
| AlgorithmNotSupportedInLocalMode = 1467 | Algorithm not supported in local mode. |
| SecretObjectNotAKey = 1472 | Secret Object is not a key. |
| MaxNoActiveCachedCryptoConnsPerSessionReached = 1919 | Max limit of active batch connections reached. |
| InvalidOrMissingCredentials = 5000 | Invalid or Missing Credentials. |