Contents

Scene File Consistency Check Error Codes

Error codes that identify errors found during a scene-file-format consistency check.

Overview

If you specify true for the checkConsistency when creating or loading from a scene source, SceneKit verifies the scene file against the specification for its file format. SceneKit reports any format verification issues in an NSError object whose code property is one of these values.

For more details about the location and nature of any format validation errors, see the SCNDetailedErrorsKey key in the error’s userInfo dictionary, and the keys listed in Scene File Consistency Error Keys.

Topics

Constants

See Also

Constants