AI-generated Key Takeaways
-
The UMPRequestErrorCode enum defines error codes used when making requests to update consent information.
-
Common error codes include internal errors, invalid application IDs, network communication issues, and misconfiguration.
UMPRequestErrorCode
enum UMPRequestErrorCode : NSInteger {}Error codes used when making requests to update consent info.
-
< Internal error.
Declaration
Swift
static var `internal`: RequestError.Code { get }Objective-C
UMPRequestErrorCodeInternal = 1 -
< The application’s app ID is invalid.
Declaration
Swift
static var invalidAppID: RequestError.Code { get }Objective-C
UMPRequestErrorCodeInvalidAppID = 2 -
< Network error communicating with Funding Choices.
Declaration
Swift
static var network: RequestError.Code { get }Objective-C
UMPRequestErrorCodeNetwork = 3 -
Undocumented
Declaration
Swift
static var misconfiguration: RequestError.Code { get }Objective-C
UMPRequestErrorCodeMisconfiguration = 4