MTLCommandBufferError.Code.timeout
An error code that indicates the system interrupted and terminated the command buffer before it finished running.
Declaration
case timeoutDiscussion
Possible causes include:
The commands in the buffer took more time to run than the system allows.
The command buffer timed out waiting for another workload to signal an MTLEvent.
See Also
Error codes
MTLCommandBufferError.Code.noneMTLCommandBufferError.Code.pageFaultMTLCommandBufferError.Code.notPermittedMTLCommandBufferError.Code.outOfMemoryMTLCommandBufferError.Code.invalidResourceMTLCommandBufferError.Code.memorylessMTLCommandBufferError.Code.deviceRemovedMTLCommandBufferError.Code.stackOverflowaccessRevokedMTLCommandBufferError.Code.internal