AlphaCloud::APIResult Class
IN THIS PAGE
Description
AlphaCloud::APIResult is a common base class used to provide detailed status information after a function call on an instance of a class that is part of the AlphaCloud namespace.
After a call, you can get this information by referencing the CallResult property of the instance.
Properties
- CodeCharacter
String Code property
- ErrorCharacter
String Error property
- MessageToDisplayCharacter
String MessageToDisplay property
- NativeCodeCharacter
String NativeCode property
- NativeTextCharacter
String NativeText property
- ResultCodeCharacter
String ResultCode property
- ReturnDataValueCharacter
String ReturnDataValue property
- RowsAffectedCharacter
String RowsAffected property
- StackTraceCharacter
String StackTrace property
- SuccessCharacter
String Success property
- TextCharacter
String Text property
- TextAndStackTraceCharacter
String TextAndStackTrace property
- WarningCharacter
String Warning property
See Also