API specific error responses
Stay organized with collections
Save and categorize content based on your preferences.
The following errors occur in response to API-specific error use cases.
This error occurs when the challenge token used for user authentication is
invalid.
"challengeTokenUnacceptable": {
"reason": "INVALID|EXPIRED"
}
This error occurs when the offer is not valid or available anymore
"offerNotAvailable": {
"reason": "CLAIMED|EXPIRED"
}
This error will occur when the requested field mask is unknown on the
partner side, or has not been agreed upon.
"unknownFieldMask": {
"fieldMaskNames": ["MAIDEN_NAME"]
}
This error occurs when a requested field mask is detected by the partner,
but there is no data available.
"dataNotFound": {
"fieldMaskNames": ["COMMUNICATION_ADDRESS"]
}
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 2024-10-16 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-16 UTC."],[],[]]