Android
public class Failed(public val exception: Throwable) : SpatialGltfModelStatus()
The glTF model has failed to load properly.
The exception can be inspected to understand why the glTF model has failed to load.
Parameters
| exception | thrown when the glTF model tried to load. |