You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, when positioned on a null value, ion_reader_read_bool returns IERR_NULL_VALUE when read by a binary reader and IERR_INVALID_STATE when read by a text reader. It should return IERR_NULL_VALUE in this case for all APIs from all readers.
The text was updated successfully, but these errors were encountered:
For example, when positioned on a
null
value,ion_reader_read_bool
returnsIERR_NULL_VALUE
when read by a binary reader andIERR_INVALID_STATE
when read by a text reader. It should returnIERR_NULL_VALUE
in this case for all APIs from all readers.The text was updated successfully, but these errors were encountered: