AteCoreStatusCode Class
- Updated2024-10-03
- 2 minute(s) read
Represents the list of error codes for ATE Core.
Derives from
None
Syntax
Namespace: NationalInstruments.AteCore.StatusCode
public class AteCoreStatusCode
Remarks
User can retrieve the Data["ErrorCode"] and Data["ErrorMessage"] in the exception to figure out what error has happened in the function call. User can also compare the value of the error code in the exception i.e. Data["ErrorCode"] with the error code listed.
Fields
| Name | Description |
|---|---|
| NIATECORE_ERR_ACCESS_DENIED | The caller has insufficient privileges to perform the requested operation. |
| NIATECORE_ERR_CHANNEL_ERROR | An error occurred on the communication channel processing this request. |
| NIATECORE_ERR_CONNECTION_TIMEOUT | A timeout occurred when connecting to the target rack. |
| NIATECORE_ERR_DLL_ERROR | An incompatible driver version is installed or driver is not found. |
| NIATECORE_ERR_FIRMWARE_UPDATE | The firmware failed to update. |
| NIATECORE_ERR_INCORRECT_PASSWORD | The provided password is incorrect. |
| NIATECORE_ERR_INSUFFICIENT_BUFFER | The buffer is too small for the requested data. |
| NIATECORE_ERR_INTERNAL_ERROR | An unexpected error occurred. |
| NIATECORE_ERR_INVALID_ATTRIBUTE_TYPE | The expected return type of the provided attribute does not match the return type of the requested function. |
| NIATECORE_ERR_INVALID_FIRMWARE_FILE | The provided firmware update file is invalid. |
| NIATECORE_ERR_INVALID_SESSION | The specified session could not be found. |
| NIATECORE_ERR_MCU_ERROR | An error occurred on the target rack's MCU. |
| NIATECORE_ERR_PASSWORD_DELETE_FAILED | Failed to delete saved password. Users should ensure correct hostname or IP address is specified. |
| NIATECORE_ERR_PASSWORD_NOT_FOUND | Could not find password for the specified hostname or IP address. Users can save the password for the target separately or supply the password when opening a session to the target. |
| NIATECORE_ERR_PASSWORD_SAVE_FAILED | Failed to save password due to an internal error. Users can retry the operation. |
| NIATECORE_ERR_RCU_NATIVE_ERROR | An error occurred on the target rack's RCU. |
| NIATECORE_ERR_RCU_TIMEOUT | A timeout occurred on the target rack processing this request. |
| NIATECORE_ERR_RESOURCE_NOT_FOUND | The specified resource or device could not be found. |
| NIATECORE_ERR_TLS_CERT_NOT_FOUND | TLS certificate for gRPC channel cannot be found. |
| NIATECORE_ERROR_INVALID_ARGUMENT | One or more of the provided arguments are invalid. |
| NIATECORE_OUT_OF_MEMORY | Insufficient memory is available to complete the operation. |
| NIATECORE_SUCCESS | Successfully execute an operation. |
| NIATECORE_UNSUPPORTED_OPERATION | The requested operation is not supported. |