ValidationError
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
תיאור כשלי אימות בבקשת לקוח.
ייצוג JSON |
{
"errorDetails": [
{
object (ErrorDetail )
}
]
} |
שדות |
errorDetails[] |
object (ErrorDetail )
פירוט כשלי אימות בודדים עם קודי שגיאה מסוג מספרים שלמים.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-25 (שעון UTC)."],[[["\u003cp\u003eThe JSON response describes validation failures in a client request using an \u003ccode\u003eerrorDetails\u003c/code\u003e array.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eerrorDetails\u003c/code\u003e contains objects of type \u003ccode\u003eErrorDetail\u003c/code\u003e providing specific information about each validation failure, including error codes.\u003c/p\u003e\n"]]],["The core content details validation failures in client requests, represented in JSON format. The JSON structure contains an `errorDetails` array. Each element within `errorDetails` is an `ErrorDetail` object, which describes individual validation issues. These `ErrorDetail` objects include integer error codes to identify the specific nature of each validation failure.\n"],null,["# ValidationError\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nDescribes validation failures in a client request.\n\n| JSON representation ||\n|---------------------------------------------------------------------------------------------------|---|\n| ``` { \"errorDetails\": [ { object (/my-business/reference/rest/Shared.Types/ErrorDetail) } ] } ``` |\n\n| Fields ||\n|------------------|---------------------------------------------------------------------------------------------------------------------------------------------------|\n| `errorDetails[]` | `object (`[ErrorDetail](/my-business/reference/rest/Shared.Types/ErrorDetail)`)` Details individual validation failures with integer error codes. |"]]