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

  • _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.

See Also

Reference

RFIDExceptions Table