We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d75811f commit 8397e51Copy full SHA for 8397e51
src/ParseError.js
@@ -346,10 +346,10 @@ ParseError.FILE_DELETE_ERROR = 153;
346
/**
347
* Error code indicating an error deleting an unnamed file.
348
*
349
- * @property {number} FILE_DELETE_ERROR
+ * @property {number} FILE_DELETE_UNNAMED_ERROR
350
* @static
351
*/
352
-ParseError.FILE_DELETE_UNNAMED_ERROR = 154;
+ParseError.FILE_DELETE_UNNAMED_ERROR = 161;
353
354
355
* Error code indicating that the application has exceeded its request
0 commit comments