generator/errors library

Exceptions / Errors

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