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

NameDescription
NIATECORE_ERR_ACCESS_DENIEDThe caller has insufficient privileges to perform the requested operation.
NIATECORE_ERR_CHANNEL_ERRORAn error occurred on the communication channel processing this request.
NIATECORE_ERR_CONNECTION_TIMEOUTA timeout occurred when connecting to the target rack.
NIATECORE_ERR_DLL_ERRORAn incompatible driver version is installed or driver is not found.
NIATECORE_ERR_FIRMWARE_UPDATEThe firmware failed to update.
NIATECORE_ERR_INCORRECT_PASSWORDThe provided password is incorrect.
NIATECORE_ERR_INSUFFICIENT_BUFFERThe buffer is too small for the requested data.
NIATECORE_ERR_INTERNAL_ERRORAn unexpected error occurred.
NIATECORE_ERR_INVALID_ATTRIBUTE_TYPEThe expected return type of the provided attribute does not match the return type of the requested function.
NIATECORE_ERR_INVALID_FIRMWARE_FILEThe provided firmware update file is invalid.
NIATECORE_ERR_INVALID_SESSIONThe specified session could not be found.
NIATECORE_ERR_MCU_ERRORAn error occurred on the target rack's MCU.
NIATECORE_ERR_PASSWORD_DELETE_FAILEDFailed to delete saved password. Users should ensure correct hostname or IP address is specified.
NIATECORE_ERR_PASSWORD_NOT_FOUNDCould 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_FAILEDFailed to save password due to an internal error. Users can retry the operation.
NIATECORE_ERR_RCU_NATIVE_ERRORAn error occurred on the target rack's RCU.
NIATECORE_ERR_RCU_TIMEOUTA timeout occurred on the target rack processing this request.
NIATECORE_ERR_RESOURCE_NOT_FOUNDThe specified resource or device could not be found.
NIATECORE_ERR_TLS_CERT_NOT_FOUNDTLS certificate for gRPC channel cannot be found.
NIATECORE_ERROR_INVALID_ARGUMENTOne or more of the provided arguments are invalid.
NIATECORE_OUT_OF_MEMORYInsufficient memory is available to complete the operation.
NIATECORE_SUCCESSSuccessfully execute an operation.
NIATECORE_UNSUPPORTED_OPERATIONThe requested operation is not supported.