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