SnapshotError

@_spi(Experimental)
public enum SnapshotError : Error

Errors related to rendered snapshots

  • No metal view available. Catastrophic error.

    Declaration

    Swift

    case noMetalView
  • Metal view or one of its subviews is missing image data.

    Declaration

    Swift

    case missingImageData