GoogleMobileAds Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
enum UMPFormErrorCode : NSInteger {}
Error codes used when loading and showing forms.
-
Declaration
Swift
case `internal` = 5
Objective-C
UMPFormErrorCodeInternal = 5
-
Declaration
Swift
case alreadyUsed = 6
Objective-C
UMPFormErrorCodeAlreadyUsed = 6
-
Declaration
Swift
case unavailable = 7
Objective-C
UMPFormErrorCodeUnavailable = 7
-
< Loading a form timed out.
Declaration
Objective-C
UMPFormErrorCodeTimeout = 8
-
Declaration
Swift
case invalidViewController = 9
Objective-C
UMPFormErrorCodeInvalidViewController =
9
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-07-24 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-07-24 UTC."],[[["`UMPFormErrorCode` is an enumeration of error codes used when loading and showing forms."],["These error codes indicate issues such as internal errors, forms already used, unavailability, loading timeouts, and potentially invalid view controllers."],["Each error code is represented by a specific integer value, accessible in both Swift and Objective-C."],["Developers can use these error codes to handle form-related issues and provide appropriate feedback to users."]]],[]]