ASPxClientFileManagerErrorEventArgs.errorCode Property
In This Article
Gets a specifically generated code that uniquely identifies an error, which occurs while editing an item.
#Declaration
TypeScript
errorCode: number
#Property Value
Type | Description |
---|---|
number | 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