Share your feedback and help shape the Google Mobile Ads SDK roadmap. Take the Google Mobile Ads SDK Annual Survey for 2023 before it closes on May 5th, 2023.

GoogleMobileAds Framework Reference

Stay organized with collections Save and categorize content based on your preferences.

UMPFormErrorCode

enum UMPFormErrorCode : NSInteger {}

Error codes used when loading and showing forms.

  • < Internal error.

    Declaration

    Swift

    case `internal` = 5

    Objective-C

    UMPFormErrorCodeInternal = 5
  • < Form was already used.

    Declaration

    Swift

    case alreadyUsed = 6

    Objective-C

    UMPFormErrorCodeAlreadyUsed = 6
  • < Form is unavailable.

    Declaration

    Swift

    case unavailable = 7

    Objective-C

    UMPFormErrorCodeUnavailable = 7
  • < Loading a form timed out.

    Declaration

    Swift

    case timeout = 8

    Objective-C

    UMPFormErrorCodeTimeout = 8