Contents

PhotogrammetrySession.Error.invalidOutput(_:)

An error that represents an invalid output location.

Declaration

case invalidOutput(URL)

Discussion

This error occurs in two cases:

  1. The URL points to a directory that is not empty.

  2. The URL points to a file ending in ‘.usdz’ that already exists.