Click or drag to resize

DebugFail Method

Overload List
  NameDescription
Public methodStatic memberCode exampleFail(String)
An error message, with a stack trace, is displayed on the FlexPendant. The error message, with a stack trace, is also sent out on the network. The error message can be displayed in the controller console by enabling the functionality on the controller. Use fpcmd_enable_console_output to enable FlexPendant logging.
Public methodStatic memberCode exampleFail(String, String)
An error message, with detailed error information and a stack trace, is displayed on the FlexPendant. The error message, with detailed error information and a stack trace, is also sent out on the network. The error message can be displayed in the controller console by enabling the functionality on the controller. Use fpcmd_enable_console_output to enable FlexPendant logging.
Top
See Also