MCPcopy Create free account
hub / github.com/apache/fory / has_error

Method has_error

cpp/fory/serialization/context.h:421–421  ·  view source on GitHub ↗

Check if an error has occurred during deserialization.

Source from the content-addressed store, hash-verified

419
420 /// Check if an error has occurred during deserialization.
421 FORY_ALWAYS_INLINE bool has_error() const { return !error_.ok(); }
422
423 /// Set error if no error exists yet (preserves root cause).
424 FORY_ALWAYS_INLINE void set_error(Error err) {

Callers 15

read_dataMethod · 0.45
read_dataMethod · 0.45
read_dataMethod · 0.45
read_configured_map_dataFunction · 0.45
read_type_infoMethod · 0.45
write_with_type_infoMethod · 0.45
write_dataMethod · 0.45

Calls 1

okMethod · 0.45

Tested by 3

readMethod · 0.36
TESTFunction · 0.36
TESTFunction · 0.36