abstract datatype: t()
bad_chunk_in_data_section(Journal::t(), Position::non_neg_integer(), Why::term(), Path::[{non_neg_integer(), term()}, ...]) -> true
check(Journal::t()) -> #{errors := [locus_mmdb_check:error()], warnings := [locus_mmdb_check:warning()]}
delete(Journal::t()) -> ok
invalid_position_in_data_section(Journal::t(), Position::non_neg_integer(), Path::[{non_neg_integer(), term()}, ...]) -> true
invalid_utf8_string_in_data_section(Journal::t(), Position::non_neg_integer(), OriginalData::binary(), ValidationError::term(), Path::[non_neg_integer()]) -> true
loop_in_data_section(Journal::t(), Path::[{non_neg_integer(), term()}, ...]) -> true
map_key_of_wrong_type_in_data_section(Journal::t(), Position::non_neg_integer(), Key::term(), Path::[{non_neg_integer(), term()}]) -> true
unprintable_utf8_string_in_data_section(Journal::t(), Position::non_neg_integer(), Value::unicode:unicode_binary(), Path::[non_neg_integer()]) -> true
Generated by EDoc