GetExceptionMessage Method

Returns the exception message caused by previous API call.

Syntax

    [Text := ] GetExceptionMessage()

Parameters

None

Return Value

Text

Type: Text
Exception message 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])
GetExceptionStatus()
GetExceptionErrorCode()
CallApi(Text)
CallApi(Text, Text)
CallApi(Enum, Text, Text)
CallApi(Enum, Text, Text[10], Text)