Skip to main content
A newer version of this page is available. .

ASPxClientFileManagerErrorEventArgs.errorCode Property

Gets a specifically generated code that uniquely identifies an error, which occurs while editing an item.

Declaration

errorCode: number

Property Value

Type Description
number

An integer value that specifies the code uniquely identifying an error.

Remarks

The errorCode property allows you to easily identify an error that occurs while editing an item. The constants, defining the error names, are contained within the ASPxClientFileManagerErrorConsts object.

See Also