Skip to content

Commit

Permalink
add error code FileNotFound
Browse files Browse the repository at this point in the history
  • Loading branch information
csun5285 committed Jun 27, 2024
1 parent cb7245d commit ce1a864
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/CLucene/debug/error.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#define CL_ERR_OutOfMemory 23
#define CL_ERR_FieldReader 24
#define CL_ERR_MaxBytesLength 25
#define CL_ERR_FileNotFound 26

////////////////////////////////////////////////////////
//error try/throw/catch definitions
Expand Down

0 comments on commit ce1a864

Please sign in to comment.