GoogleUserMessagingPlatform Framework Reference

  • UMPFormErrorCode is an enumeration of error codes used when loading and showing forms in an application.

  • These error codes indicate issues like internal errors, form unavailability, timeouts, and forms that have already been used.

  • Developers can use these codes to handle errors gracefully and provide informative feedback to users.

  • Each code is represented by an integer value and has a corresponding human-readable description.

  • Includes an undocumented error code: UMPFormErrorCodeInvalidViewController.

UMPFormErrorCode

enum UMPFormErrorCode : NSInteger {}

Error codes used when loading and showing forms.