Class Resolver.ErrorAction

java.lang.Object
org.apache.avro.Resolver.Action
org.apache.avro.Resolver.ErrorAction
Enclosing class:
Resolver

public static class Resolver.ErrorAction extends Resolver.Action
In this case there is an error. We put error Actions into trees because Avro reports these errors in a lazy fashion: if a particular input doesn't "tickle" the error (typically because it's in a branch of a union that isn't found in the data being read), then it's safe to ignore it.