Type Alias SNBTParseErrorType

SNBTParseErrorType:
    | NonNullable<Extract<SNBTParseErrorCauseStackItem, {}>["error"]>["type"]
    | "ExpectedEndOfInput"
    | "ExpectedCompoundOrList"

The type of an SNBT parse error.