validate abstract method

List<Error> validate(
  1. PigeonOptions options,
  2. Root root
)

Generates errors that would only be appropriate for this GeneratorAdapter.

For example, if a certain feature isn't implemented in a GeneratorAdapter yet.

Implementation

List<Error> validate(PigeonOptions options, Root root);