Contents

unsupportedConfiguration

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

Declaration

static var unsupportedConfiguration: ARError.Code { get }

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

Identifying an error cause