Skip to main content

Module AicErrorCode

Module AicErrorCode 

Source

Constants§

AIC_ERROR_CODE_AUDIO_CONFIG_MISMATCH
Audio buffer configuration differs from the one provided during initialization
AIC_ERROR_CODE_AUDIO_CONFIG_UNSUPPORTED
Audio configuration (samplerate, num_channels, num_frames) is not supported by the model
AIC_ERROR_CODE_ENHANCEMENT_NOT_ALLOWED
SDK key was not authorized or process failed to report usage. Check if you have internet connection.
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_FILE_PATH_INVALID
The path to the model file is invalid.
AIC_ERROR_CODE_MODEL_INVALID
The model file is invalid or corrupted. Verify the file is correct.
AIC_ERROR_CODE_MODEL_VERSION_UNSUPPORTED
The model file version is not compatible with this SDK version.
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_PROCESSOR_NOT_INITIALIZED
Processor must be initialized before calling this operation. Call aic_processor_initialize first.
AIC_ERROR_CODE_SUCCESS
Operation completed successfully

Type Aliases§

Type