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

# CapturedRoom.Error

Errors that can occur during a captured room export.

## Declaration

```swift
enum Error
```

## Overview

Overview The captured room (CapturedRoom) function export(to:metadataURL:modelProvider:exportOptions:) can throw an error of this type.

## Topics

### Interpreting the error

- [CapturedRoom.Error.deviceNotSupported](roomplan/capturedroom/error/devicenotsupported.md)
- [CapturedRoom.Error.urlInvalidFileExtension](roomplan/capturedroom/error/urlinvalidfileextension.md)
- [CapturedRoom.Error.urlInvalidFilePath](roomplan/capturedroom/error/urlinvalidfilepath.md)
- [CapturedRoom.Error.urlInvalidScheme](roomplan/capturedroom/error/urlinvalidscheme.md)
- [CapturedRoom.Error.urlMissingFileExtension](roomplan/capturedroom/error/urlmissingfileextension.md)

### Inspecting error information

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

## Relationships

### Conforms To

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