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

errSource

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


ReadWrite

ReadOnly


Syntax

expression.errSource

Parameters

None

Returns

Type: String

📝Note

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

See also
errDescription property, errNumber property.

Back to Properties overview