Class InterpretErrorDetails (0.1.1)

InterpretErrorDetails(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Details on interpretation failure.

Attributes

NameDescription
unsupported_details .question.InterpretError.InterpretUnsupportedDetails
Populated if parts of the query are unsupported.
incomplete_query_details .question.InterpretError.InterpretIncompleteQueryDetails
Populated if the query is incomplete.
ambiguity_details .question.InterpretError.InterpretAmbiguityDetails
Populated if the query was too ambiguous.