Skip to main content

Module AicErrorCode

Module AicErrorCode 

Source

Constants§

AIC_ERROR_CODE_AUDIO_CONFIG_MISMATCH
Audio block configuration differs from the one provided during initialization
AIC_ERROR_CODE_AUDIO_CONFIG_UNSUPPORTED
Audio configuration (sample_rate, block_size) is not supported by the model
AIC_ERROR_CODE_FILE_PATH_INVALID
The file path is invalid.
AIC_ERROR_CODE_FILE_SYSTEM_ERROR
The model file cannot be opened due to a filesystem error. Verify that the file exists.
AIC_ERROR_CODE_INTERNAL_ERROR
Internal error occurred. Contact support.
AIC_ERROR_CODE_LICENSE_EXPIRED
License key has expired. Renew your license to continue.
AIC_ERROR_CODE_LICENSE_FORMAT_INVALID
License key format is invalid or corrupted. Verify the key was copied correctly.
AIC_ERROR_CODE_LICENSE_VERSION_UNSUPPORTED
License version is not compatible with the SDK version. Update SDK or contact support.
AIC_ERROR_CODE_MODEL_DATA_UNALIGNED
The model data is not aligned to 64 bytes.
AIC_ERROR_CODE_MODEL_INVALID
The model file is invalid or corrupted. Verify the file is correct.
AIC_ERROR_CODE_MODEL_TYPE_UNSUPPORTED
The model type is not supported by the requested API.
AIC_ERROR_CODE_MODEL_VERSION_UNSUPPORTED
The model file version is not compatible with this SDK version.
AIC_ERROR_CODE_NOT_INITIALIZED
Handle must be initialized before calling this operation.
AIC_ERROR_CODE_NULL_POINTER
Required pointer argument was NULL. Check all pointer parameters.
AIC_ERROR_CODE_PARAMETER_OUT_OF_RANGE
Parameter value is outside the acceptable range. Check documentation for valid values.
AIC_ERROR_CODE_PROCESSING_NOT_ALLOWED
Processing is not allowed because the SDK key was not authorized or usage reporting failed.
AIC_ERROR_CODE_SUCCESS
Operation completed successfully
AIC_ERROR_CODE_TOKEN_UPDATE_UNSUPPORTED
Updating the token is only supported when both the original and new keys are JWT-form licenses.

Type Aliases§

Type