---
title: "CapturedRoom.ModelProvider.Error.nonExistingFile(url:)"
framework: roomplan
role: symbol
role_heading: Case
path: "roomplan/capturedroom/modelprovider/error/nonexistingfile(url:)"
---

# CapturedRoom.ModelProvider.Error.nonExistingFile(url:)

An error that indicates a model-URL query failed to return a result.

## Declaration

```swift
case nonExistingFile(url: URL)
```

## Parameters

- `URL`: The URL that references a nonexisting file.

## Discussion

Discussion This error occurs when the app hasn’t associated a URL to the attributes in a model-URL query.

## See Also

### Interpreting the error

- [CapturedRoom.ModelProvider.Error.attributeCombinationNotSupported](roomplan/capturedroom/modelprovider/error/attributecombinationnotsupported.md)
