Error information about why a form operation failed.
Summary
Properties
|
ErrorCode
|
int
The error code.
|
Message
|
string
The message describing the error.
|
Properties
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-02-21 UTC.
[null,null,["Last updated 2023-02-21 UTC."],[[["`FormError` object provides information about why a form operation failed."],["It contains two properties: `ErrorCode` (an integer representing the error) and `Message` (a string describing the error)."],["`ErrorCode` values differ between iOS and Android platforms."],["`Message` provides a human-readable explanation of the error."]]],["The `FormError` class provides details about form operation failures. It contains two key properties: `ErrorCode`, an integer representing the specific error, which varies by platform (iOS or Android), and `Message`, a string offering a descriptive explanation of the error. These properties allow developers to understand and troubleshoot issues when form operations fail.\n"]]