GoogleUserMessagingPlatform Framework Reference

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

UMPFormErrorCode

 enum UMPFormErrorCode : NSInteger {} 

Error codes used when loading and showing forms.

  • < Internal error.

    Declaration

    Swift

     static var `internal`: FormError.Code { get } 
    

    Objective-C

     UMPFormErrorCodeInternal = 5 
    
  • < Form was already used.

    Declaration

    Swift

     static var alreadyUsed: FormError.Code { get } 
    

    Objective-C

     UMPFormErrorCodeAlreadyUsed = 6 
    
  • < Form is unavailable.

    Declaration

    Swift

     static var unavailable: FormError.Code { get } 
    

    Objective-C

     UMPFormErrorCodeUnavailable = 7 
    
  • < Loading a form timed out.

    Declaration

    Swift

     static var timeout: FormError.Code { get } 
    

    Objective-C

     UMPFormErrorCodeTimeout = 8 
    
  • Undocumented

    Declaration

    Swift

     static var invalidViewController: FormError.Code { get } 
    

    Objective-C

     UMPFormErrorCodeInvalidViewController =
            9 
    
Design a Mobile Site
View Site in Mobile | Classic
Share by: