ImageStateChangeReasonCode

public enum ImageStateChangeReasonCode : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case internalError = "INTERNAL_ERROR"
  • Undocumented

    Declaration

    Swift

    case imageBuilderNotAvailable = "IMAGE_BUILDER_NOT_AVAILABLE"
  • Undocumented

    Declaration

    Swift

    case imageCopyFailure = "IMAGE_COPY_FAILURE"
  • Declaration

    Swift

    public var description: String { get }