RemoveVirtualBackgroundError
public enum RemoveVirtualBackgroundError : String
enum for error during remove Phone.VirtualBackground operation
-
internal error
Declaration
Swift
case internalError -
success
Declaration
Swift
case noError -
VirtualBackground not found
Declaration
Swift
case notFound -
storage error occurred
Declaration
Swift
case storageError -
illegal operation
Declaration
Swift
case illegal
View on GitHub