RFIDExceptions::errorFromTrans Method
Creates an entry in the exception log based on an RFIDTrans object and a text string with the exception type error.
Syntax
client server public static void errorFromTrans(
RFIDTrans _rfidTrans,
str _exceptionsText,
[boolean _infoLog])
Run On
Called
Parameters
- _rfidTrans
Type: RFIDTrans Table
An RFIDTrans object.
- _exceptionsText
Type: str
The text that describes the exception.
- _infoLog
Type: boolean
A Boolean value that determines whether the exception text will be shown in the infolog after you create the record; optional.