3namespace ll::nbt::detail {
4enum class SnbtErrorCode :
int {
6 UnexpectedEofEncountered,
10 NotAUnicodeEncodedHex,
11 IllegalOmittedQuotesString,
13 Utf8Codepoint2NotInRange,
14 Utf8Codepoint2Missing,
15 Utf8Codepoint1Missing,
19 IllegalKeyValueSeparator,