GoogleUserMessagingPlatform Framework Reference

  • UMPRequestErrorCode is an enumeration that lists error codes encountered when requesting to update consent information.

  • It includes error codes for internal issues, invalid application IDs, network communication problems, and misconfigurations.

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