Information about an error encountered during an evaluation execution.
| JSON representation |
|---|
{
"errorType": enum ( |
| Fields | |
|---|---|
errorType |
Output only. The type of error. |
errorMessage |
Output only. The error message. |
sessionId |
Output only. The session ID for the conversation that caused the error. |
EvaluationErrorInfo.ErrorType
The type of error
| Enums | |
|---|---|
ERROR_TYPE_UNSPECIFIED |
Unspecified error type. |
RUNTIME_FAILURE |
Failure during runtime execution. |
CONVERSATION_RETRIEVAL_FAILURE |
Failure to retrieve conversation from CES Runtime. |
METRIC_CALCULATION_FAILURE |
Failure to calculate a metric / outcome. |
EVALUATION_UPDATE_FAILURE |
Failure to update the evaluation. |
QUOTA_EXHAUSTED |
Ran out of quota. |
USER_SIMULATION_FAILURE |
Failure during user simulation. |