Package hydra.errors

Class ResolutionError

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the hydra.errors.ResolutionError type.
      • NO_SUCH_BINDING

        public static final Name NO_SUCH_BINDING
        Name of the hydra.errors.ResolutionError.noSuchBinding field.
      • NO_SUCH_PRIMITIVE

        public static final Name NO_SUCH_PRIMITIVE
        Name of the hydra.errors.ResolutionError.noSuchPrimitive field.
      • NO_MATCHING_FIELD

        public static final Name NO_MATCHING_FIELD
        Name of the hydra.errors.ResolutionError.noMatchingField field.
      • OTHER

        public static final Name OTHER
        Name of the hydra.errors.ResolutionError.other field.
      • UNEXPECTED_SHAPE

        public static final Name UNEXPECTED_SHAPE
        Name of the hydra.errors.ResolutionError.unexpectedShape field.