---
title: CapturedRoom.ModelProvider.Error
framework: roomplan
role: symbol
role_heading: Enumeration
path: roomplan/capturedroom/modelprovider/error
---

# CapturedRoom.ModelProvider.Error

Errors that can occur when managing 3D model association with categories and attributes.

## Declaration

```swift
enum Error
```

## Overview

Overview The modelFileURL functions can throw an error of this type, such as CapturedRoom/ModelProvider/modelFileURL(for:)-42iz3.

## Topics

### Interpreting the error

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

### Inspecting error information

- [errorDescription](roomplan/capturedroom/modelprovider/error/errordescription.md)

## Relationships

### Conforms To

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