---
title: EvaluationResultsError
framework: evaluations
role: symbol
role_heading: Enumeration
path: evaluations/evaluationresultserror
---

# EvaluationResultsError

Errors the framework throws when parsing evaluation results.

## Declaration

```swift
enum EvaluationResultsError
```

## Overview

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

## Topics

### Enumeration Cases

- [EvaluationResultsError.emptyJSONFile](evaluations/evaluationresultserror/emptyjsonfile.md)
- [EvaluationResultsError.fileNotFound(_:)](evaluations/evaluationresultserror/filenotfound(_:).md)
- [EvaluationResultsError.invalidJSONFormat](evaluations/evaluationresultserror/invalidjsonformat.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Error](swift/error.md)
- [LocalizedError](foundation/localizederror.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Errors

- [EvaluationError](evaluations/evaluationerror.md)
