EvaluationResultsError
Errors the framework throws when parsing evaluation results.
Declaration
enum EvaluationResultsErrorOverview
do {
throw EvaluationResultsError.fileNotFound(URL(fileURLWithPath: "/tmp/results.json"))
} catch EvaluationResultsError.fileNotFound(let url) {
print("File not found: \(url)")
}