---
title: CapturedStructure.Error
framework: roomplan
role: symbol
role_heading: Type Alias
path: roomplan/capturedstructure/error
---

# CapturedStructure.Error

Errors that can occur during a captured structure export.

## Declaration

```swift
typealias Error = CapturedRoom.Error
```

## Discussion

Discussion The captured structure (CapturedStructure) function export(to:metadataURL:modelProvider:exportOptions:) can throw an error of this type.
