GetExceptionErrorCode Method

Returns the exception error code caused by previous API call.

Important:
API Exception does not support Error Codes anymore. This feature will be removed in future versions.

Syntax

    [Text := ] GetExceptionErrorCode()

Parameters

None

Return Value

Text

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