Skip to content

Commit f1b907a

Browse files
committed
add io errors
1 parent da17671 commit f1b907a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ion.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ typedef enum e_ion_result_code {
2727
RESULT_OK,
2828
RESULT_ERROR,
2929
RESULT_NULL,
30+
RESULT_IO_ERROR,
31+
RESULT_IO_CLOSED,
3032
RESULT_IO_TOO_SMALL,
3133
RESULT_IO_TOO_LARGE,
3234
} t_ion_result_code;

0 commit comments

Comments
 (0)