Share your feedback and help shape the Google Mobile Ads SDK roadmap. Take the Google Mobile Ads SDK Annual Survey for 2023 before it closes on May 5th, 2023.

FormError

Stay organized with collections Save and categorize content based on your preferences.
public class FormError extends Object

Error information about why a form operation failed.

Nested Class Summary

@interface FormError.ErrorCode Error code values. 

Public Method Summary

int
getErrorCode()
Gets the error code.
String
getMessage()
Gets the message describing the error.

Inherited Method Summary

Public Methods

public int getErrorCode ()

Gets the error code. See FormError.ErrorCode for possible values.

public String getMessage ()

Gets the message describing the error.