hydra.encode.errors module

Term encoders for hydra.errors.

hydra.encode.errors.decoding_error(x: DecodingError) Term

Encoder for hydra.errors.DecodingError.

hydra.encode.errors.empty_list_error(_: None) Term

Encoder for hydra.errors.EmptyListError.

hydra.encode.errors.error(v1: Error) Term

Encoder for hydra.errors.Error.

hydra.encode.errors.extraction_error(v1: ExtractionError) Term

Encoder for hydra.errors.ExtractionError.

hydra.encode.errors.inference_error(v1: InferenceError) Term

Encoder for hydra.errors.InferenceError.

hydra.encode.errors.multiple_bindings_error(x: MultipleBindingsError) Term

Encoder for hydra.errors.MultipleBindingsError.

hydra.encode.errors.multiple_fields_error(x: MultipleFieldsError) Term

Encoder for hydra.errors.MultipleFieldsError.

hydra.encode.errors.no_matching_field_error(x: NoMatchingFieldError) Term

Encoder for hydra.errors.NoMatchingFieldError.

hydra.encode.errors.no_such_binding_error(x: NoSuchBindingError) Term

Encoder for hydra.errors.NoSuchBindingError.

hydra.encode.errors.no_such_primitive_error(x: NoSuchPrimitiveError) Term

Encoder for hydra.errors.NoSuchPrimitiveError.

hydra.encode.errors.not_enough_cases_error(_: None) Term

Encoder for hydra.errors.NotEnoughCasesError.

hydra.encode.errors.other_error(x: OtherError) Term

Encoder for hydra.errors.OtherError.

hydra.encode.errors.other_inference_error(x: OtherInferenceError) Term

Encoder for hydra.errors.OtherInferenceError.

hydra.encode.errors.other_resolution_error(x: OtherResolutionError) Term

Encoder for hydra.errors.OtherResolutionError.

hydra.encode.errors.resolution_error(v1: ResolutionError) Term

Encoder for hydra.errors.ResolutionError.

hydra.encode.errors.unexpected_shape_error(x: UnexpectedShapeError) Term

Encoder for hydra.errors.UnexpectedShapeError.

hydra.encode.errors.unification_error(x: UnificationError) Term

Encoder for hydra.errors.UnificationError.

hydra.encode.errors.unification_inference_error(x: UnificationInferenceError) Term

Encoder for hydra.errors.UnificationInferenceError.