Contents

EvaluationResultsError

Errors the framework throws when parsing evaluation results.

Declaration

enum EvaluationResultsError

Overview

do {
    throw EvaluationResultsError.fileNotFound(URL(fileURLWithPath: "/tmp/results.json"))
} catch EvaluationResultsError.fileNotFound(let url) {
    print("File not found: \(url)")
}

Topics

Enumeration Cases

See Also

Errors