Contents

EvaluationError

Errors thrown during an evaluation run.

Declaration

enum EvaluationError

Overview

do {
    let result = try await evaluation.run()
} catch EvaluationError.missingTranscript(let evaluatorType) {
    print("'\(evaluatorType)' requires a transcript")
}

Topics

Enumeration Cases

See Also

Errors