Contents

ARError.Code.unsupportedConfiguration

An error that indicates the device lacks support for the session’s configuration.

Declaration

case unsupportedConfiguration

Discussion

Call isSupported on an ARConfiguration to ensure it’s supported before attempting to create and run it on the session with runWithConfiguration:.

See Also

Errors