generator/errors library
Exceptions / Errors
- DuplicatedClassesException
- Define an exception thrown when duplicated classes names were generated.
- MissingBuildConfigurationException
- Define an exception thrown when Artemis does not find required config params
- MissingFilesException
- Define an exception thrown when Artemis does not find asset files
- MissingFragmentException
- Thrown when Artemis can't find the requested fragment on schema.
- MissingRootTypeException
- Thrown when Artemis can't find the default (or configured) root object type on schema.
- MissingScalarConfigurationException
-
Define an exception thrown when Artemis find a scalar on schema but it's
not configured on
build.yaml
. - QueryGlobsOutputException
-
Define an exception thrown when
queries_glob
configuration containsoutput
. - QueryGlobsSchemaException
-
Define an exception thrown when
queries_glob
configuration contains theschema
(Artemis would try to generate the schema as a query).