Expand description
Parser category error kind constants.
Constants§
- BAD_
IDENTIFIER_ CASE - Identifier is specified in an unsupported case.
- BAD_
IDENTIFIER_ CHARACTERS - Identifier contains unsupported characters.
- BAD_
KEYWORD_ TYPE - Specification keyword is not a String.
- BAD_
MODULE_ IDENTIFIER - Identifier is not valid on module-level.
- BAD_
NAME - Invalid name.
- BAD_
OBJECT_ ATTRIBUTE - An object attribute is invalid.
- BAD_
ROOT_ LEVEL_ KEYWORD - Specification contains an invalid root-level keyword.
- BAD_
SPEC_ FILE_ EXTENSION - Specification filename extension is not supported or is missing.
- BAD_
TOML - TOML deserialization has failed.
- BAD_
VALUE_ TYPE - Specification value type is invalid.
- BAD_
YAML - YAML deserialization has failed.
- EMPTY_
IDENTIFIER - An identifier cannot be an empty string.
- EMPTY_
LIST - Empty list of objects is not allowed.
- FAILED_
TO_ OPEN_ SPEC_ FILE - Specification file couldn’t be opened.
- MISSING_
ATTRIBUTE - Specification lacks a mandatory attribute.
- MUTUALLY_
EXCLUSIVE_ KEYWORDS - Specification contains mutually exclusive keywords.
- NAME_
COLLISION - Collision of names between different items.
- NON_
UNIQUE_ NAME - A name is not unique.
- SPEC_
FILE_ NOT_ FOUND - Specification file couldn’t be found.