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 more.

  • Each error code has a corresponding integer value for identification and handling.

  • Developers can use these codes to understand the cause of form loading/display failures and implement appropriate error handling.

  • Defined error codes include internal error, already used form, unavailable form, loading timeout, and invalid view controller.

UMPFormErrorCode

enum UMPFormErrorCode : NSInteger {}

Error codes used when loading and showing forms.