GoogleUserMessagingPlatform Framework ReferenceStay organized with collectionsSave and categorize content based on your preferences.
Page Summary
UMPFormErrorCode defines error codes that occur when loading or showing forms.
Errors can include internal issues, attempting to use a form that has already been used, the form being unavailable, loading the form timing out, or an invalid view controller.
[[["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 2025-10-29 UTC."],[],["The core content details `UMPFormErrorCode`, an enum with integer values that signal errors during form loading and display. The defined error codes include: `internal` (value 5) for internal issues, `alreadyUsed` (6) when a form has been used, `unavailable` (7) if the form is not accessible, `timeout` (8) for loading timeouts, and `invalidViewController` (9), which is undocumented. These codes are declared in both Swift and Objective-C.\n"]]