Skip to main content

AREthGetLastError

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

Description

This function can be used to check whether the last called function of AUTOSAR Eth IL has been successfully executed. The call of this function does not reset the saved error. In the event of an error, a detailed error description can be read out using the AREthGetLastErrorText function.

Parameters

Return Values

  • 0: The last called function was successfully executed
  • >0: Error code

Example

See Also