devextreme
Version:
HTML5 JavaScript Component Suite for Responsive Web Development
26 lines (25 loc) • 682 B
JavaScript
/**
* DevExtreme (cjs/file_management/error_codes.js)
* Version: 23.2.6
* Build date: Wed May 01 2024
*
* Copyright (c) 2012 - 2024 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
;
exports.default = void 0;
const ErrorCode = {
NoAccess: 0,
FileExists: 1,
FileNotFound: 2,
DirectoryExists: 3,
DirectoryNotFound: 4,
WrongFileExtension: 5,
MaxFileSizeExceeded: 6,
InvalidSymbols: 7,
Other: 32767
};
var _default = ErrorCode;
exports.default = _default;
module.exports = exports.default;
module.exports.default = exports.default;