<div class='sourceset sourceset-android'>Android</div>

```kotlin
public class Failed(public val exception: Throwable) : SpatialGltfModelStatus()
```

The glTF model has failed to load properly.

The [exception](#exception) can be inspected to understand why the glTF model has failed to load.

#### Parameters

| | |
| --- | --- |
| exception | thrown when the glTF model tried to load. |