Skip to content

Commit 8397e51

Browse files
committed
changed error code
had to change error code again because it was already used
1 parent d75811f commit 8397e51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ParseError.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,10 +346,10 @@ ParseError.FILE_DELETE_ERROR = 153;
346346
/**
347347
* Error code indicating an error deleting an unnamed file.
348348
*
349-
* @property {number} FILE_DELETE_ERROR
349+
* @property {number} FILE_DELETE_UNNAMED_ERROR
350350
* @static
351351
*/
352-
ParseError.FILE_DELETE_UNNAMED_ERROR = 154;
352+
ParseError.FILE_DELETE_UNNAMED_ERROR = 161;
353353

354354
/**
355355
* Error code indicating that the application has exceeded its request

0 commit comments

Comments
 (0)