AifFault::logError Method [AX 2012]
Logs the fault as an error.
client server public static void logError(
str _reason,
[str _code,
URL _helpURL,
container _reasonParameters])
Run On
CalledParameters
- _reason
- Type: str
The reason for the fault.
- _code
- Type: str
The code of the fault; optional.
- _helpURL
- Type: URL Extended Data Type
A URL that specifies the path of the internal Help system that can be used to open the Help viewer and present longer, explanatory text; optional.
- _reasonParameters
- Type: container
A container that contains the parameters that are used when the _reason String is created via strFmt; optional.
Show: