Gets error code of the "error" item.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 11.0.0.6296

Syntax

C#
public string getErrorCode()
Visual Basic (Declaration)
Public Function getErrorCode As String
J#
public String getErrorCode()
JScript
public function getErrorCode() : String

Return Value

Value of <faultcode>. If the item is not an "error" item, empty string is returned.

See Also

Item..::.getErrorCode()()()