Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

ILSetResultString

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long ILSetResultString (VILResult aResult, char *aText, long aLenText)

Description

Converts the transferred error code to text.

Parameters

  • aResult: Return value of a CANoe IL API function.
  • aText: Char array.
  • aLenText: Length of the char array.

Return Values

  • 0: No error.
  • -103: Invalid value was passed.

Example

ILErrno