CallResult Class
IN THIS PAGE
Description
The CallResult class is a standard object used to encapsulate the success, error codes, returned data, and stack traces of various API operations.
Properties
- CodeNumeric
Numeric Code property
- TextCharacter
String Text property
- SuccessLogical
Logical Success property
- ErrorLogical
Logical Error property
- CanceledLogical
Logical Canceled property
- NativeTextCharacter
String NativeText property
- NativeCodeNumeric
Numeric NativeCode property
- ReturnDataValue*
ReturnDataValue property
- RowsAffectedNumeric
Numeric RowsAffected property
- StackTraceCharacter
String StackTrace property
- TextAndStackTraceCharacter
String TextAndStackTrace property