GoogleUserMessagingPlatform Framework Reference

  • UMPRequestErrorCode is an enum containing error codes used when making requests to update consent information.

  • Error codes include internal errors, invalid app ID errors, and network communication errors.

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 
    
Design a Mobile Site
View Site in Mobile | Classic
Share by: