UNPKG

devextreme

Version:

JavaScript/TypeScript Component Suite for Responsive Web Development

21 lines (20 loc) 544 B
/** * DevExtreme (esm/__internal/file_management/error_codes.js) * Version: 25.2.5 * Build date: Fri Feb 20 2026 * * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/ */ const ErrorCode = { NoAccess: 0, FileExists: 1, FileNotFound: 2, DirectoryExists: 3, DirectoryNotFound: 4, WrongFileExtension: 5, MaxFileSizeExceeded: 6, InvalidSymbols: 7, Other: 32767 }; export default ErrorCode;