Enumeration
MTLResourceError
Errors that can occur during MTL resource operations.
enum MTLResourceError
Overview
These errors represent issues with resource loading, saving, and management.
Topics
Enumeration Cases
E
MTLResourceError.invalidURI(_:)
The resource URI is invalid.
E
MTLResourceError.loadError(_:)
The resource could not be loaded.
E
MTLResourceError.noModule
No module is associated with the resource.
E
MTLResourceError.saveError(_:)
The resource could not be saved.
Instance Properties
V
errorDescription
A human-readable description of the error.