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 da17671 commit f1b907aCopy full SHA for f1b907a
src/ion.h
@@ -27,6 +27,8 @@ typedef enum e_ion_result_code {
27
RESULT_OK,
28
RESULT_ERROR,
29
RESULT_NULL,
30
+ RESULT_IO_ERROR,
31
+ RESULT_IO_CLOSED,
32
RESULT_IO_TOO_SMALL,
33
RESULT_IO_TOO_LARGE,
34
} t_ion_result_code;
0 commit comments