UAScheduleTriggerErrorCode
Objective-C
enum UAScheduleTriggerErrorCode : NSInteger {}
Swift
enum UAScheduleTriggerErrorCode : Int, @unchecked Sendable
Represents the possible error conditions when deserializing triggers from JSON.
-
Indicates an error with the trigger JSON definition.
Declaration
Objective-C
UAScheduleTriggerErrorCodeInvalidJSON
Swift
case invalidJSON = 0