Class InterpretErrorCode (0.10.15)

InterpretErrorCode(value)

The interpret error code provides an error category why the interpretation failed.

Enums

Name Description
INTERPRET_ERROR_CODE_UNSPECIFIED No interpret error code was specified.
INVALID_QUERY The query is not valid.
FAILED_TO_UNDERSTAND The interpreter failed to understand the question. For example, because it was too ambiguous.
FAILED_TO_ANSWER The interpreter could understand the question, but was not able to arrive at an answer. For example, because a requested operation is not supported.