EvaluationErrorInfo

Information about an error encountered during an evaluation execution.

JSON representation
{
  "errorType": enum (EvaluationErrorInfo.ErrorType),
  "errorMessage": string,
  "sessionId": string
}
Fields
errorType

enum (EvaluationErrorInfo.ErrorType)

Output only. The type of error.

errorMessage

string

Output only. The error message.

sessionId

string

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.