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