Skip to main content Link Search Menu Expand Document (external link) Copy Copied

errDescription

Gets the description for the last occurred error over the current instance.


ReadWrite

ReadOnly


Syntax

expression.errDescription

Parameters

None

Returns

Type: String

📝Note

Use the errDescription property to check if the last requested operation succeed.

See also
errNumber property, errSource property.

Back to Properties overview