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
If you call one of the ion_reader methods (for example ion_reader_read_timestamp) with a bad hREADER pointer, the methods fail with IERR_INVALID_STATE, which is misleading. There should be a specific error to indicate that an invalid reader was provided. The current code implies that the method is being called at a bad point in the reader's state-transition model, which isn't the case.
The text was updated successfully, but these errors were encountered:
If you call one of the
ion_reader
methods (for exampleion_reader_read_timestamp
) with a badhREADER
pointer, the methods fail withIERR_INVALID_STATE
, which is misleading. There should be a specific error to indicate that an invalid reader was provided. The current code implies that the method is being called at a bad point in the reader's state-transition model, which isn't the case.The text was updated successfully, but these errors were encountered: