The crypto module of the AVE returns these notifications in the NATIVE_ERROR metadata object.
| Metadata code value for NATIVE_ERROR_CODE | Metadata name value for NATIVE_ERROR_NAME key | Meaning |
|---|---|---|
| 300 | CRYPTO_ALGORITHM_NOT_SUPPORTED | Algorithm being used is not supported. |
| 301 | CRYPTO_ERROR_CORRUPTED_DATA | Data is corrupted. |
| 302 | CRYPTO_ERROR_BUFFER_TOO_SMALL | Buffer too small. |
| 303 | CRYPTO_ERROR_BAD_CERTIFICATE | Bad certificate. |
| 304 | CRYPTO_ERROR_DIGEST_UPDATE | Digest update. |
| 305 | CRYPTO_ERROR_DIGEST_FINISH | Digest finish. |
| 306 | CRYPTO_ERROR_BAD_PARAMETER | Bad parameter. |
| 307 | CRYPTO_ERROR_UNKNOWN | Unknown crypto error. |