GetExceptionStatus Method
Returns the exception status caused by previous API call.
Syntax
[Text := ] GetExceptionStatus()
Parameters
None
Return Value
Text
Type: Text
Exception status caused by previous API call.
Remarks
The return value will be a empty if no previous API call has been operated.
See Also
GetException(Dictionary of [Text, Text])
GetExceptionMessage()
GetExceptionErrorCode()
CallApi(Text)
CallApi(Text, Text)
CallApi(Enum, Text, Text)
CallApi(Enum, Text, Text[10], Text)