GoogleUserMessagingPlatform Framework Reference

UMPRequestErrorCode

enum UMPRequestErrorCode : NSInteger {}

Error codes used when making requests to update consent info.

  • < Internal error.

    Declaration

    Swift

    case `internal` = 1

    Objective-C

    UMPRequestErrorCodeInternal = 1
  • < The application’s app ID is invalid.

    Declaration

    Swift

    case invalidAppID = 2

    Objective-C

    UMPRequestErrorCodeInvalidAppID = 2
  • < Network error communicating with Funding Choices.

    Declaration

    Swift

    case network = 3

    Objective-C

    UMPRequestErrorCodeNetwork = 3
  • Undocumented

    Declaration

    Swift

    case misconfiguration = 4

    Objective-C

    UMPRequestErrorCodeMisconfiguration =
            4