Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
long diagGetErrorString (long errorCode, char bufferOut[], dword bufferLength)
on key 't' { long retValue; char buffer[200]; if (0 > (retValue=diagSetTarget("UDS_Diagnostic_Services"))) { diagGetErrorString(retValue, buffer, elcount(buffer)); write("Error: %s", buffer); } }