<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/LowLevelRenderContextError",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:19RealityCoreRenderer26LowLevelRenderContextErrorV"
  },
  "title" : "LowLevelRenderContextError"
}
-->

# LowLevelRenderContextError

An error thrown when binding or updating a low-level rendering resource fails.

```
struct LowLevelRenderContextError
```

## Topics

### Describing the error

[`var errorDescription: String?`](/documentation/RealityKit/LowLevelRenderContextError/errorDescription)

A human-readable description of the error.

[`var failureReason: String?`](/documentation/RealityKit/LowLevelRenderContextError/failureReason)

A human-readable explanation of why the error occurred.

[`var recoverySuggestion: String?`](/documentation/RealityKit/LowLevelRenderContextError/recoverySuggestion)

A human-readable suggestion for how to recover from the error.

[`var helpAnchor: String?`](/documentation/RealityKit/LowLevelRenderContextError/helpAnchor)

A link to documentation for the error.

### Default Implementations

[LocalizedError Implementations](/documentation/RealityKit/LowLevelRenderContextError/LocalizedError-Implementations)

## Relationships

### Conforms To

[`LocalizedError`](/documentation/Foundation/LocalizedError)

[`Escapable`](/documentation/Swift/Escapable)

[`Error`](/documentation/Swift/Error)

[`Copyable`](/documentation/Swift/Copyable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)