UAScheduleDeferredDataErrorCode
Objective-C
enum UAScheduleDeferredDataErrorCode : NSUInteger {}
Swift
enum UAScheduleDeferredDataErrorCode : UInt, @unchecked Sendable
Represents the possible error conditions when deserializing data from JSON.
-
Indicates an error with the JSON definition.
Declaration
Objective-C
UAScheduleDeferredDataErrorCodeInvalidJSON
Swift
case invalidJSON = 0