Google বিজনেস পারফরম্যান্স API-এর একটি
নতুন API পদ্ধতি রয়েছে যা একটি একক API অনুরোধে একাধিক `DailyMetrics` আনার অনুমতি দেয়। v4 reportInsights API পদ্ধতি থেকে Google Business Profile Performance API-এ স্থানান্তরিত করার জন্য
অবচয়ের সময়সূচী এবং নির্দেশাবলী পর্যালোচনা করুন।
ErrorDetail
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি ত্রুটি বিশদ বিবরণ যা একটি বৈধতা বা অভ্যন্তরীণ ব্যর্থতার ফলে।
JSON প্রতিনিধিত্ব |
---|
{
"code": integer,
"field": string,
"message": string,
"value": string,
"fieldIndex": integer
} |
ক্ষেত্র |
---|
code | integer স্ট্যাটাস কোড, যা ErrorCode এর একটি enum মান হওয়া উচিত। |
field | string অনুরোধের বডিতে একটি ক্ষেত্রের দিকে যাওয়ার পথ। মান হল ডট-বিভাজিত শনাক্তকারীর একটি ক্রম যা একটি প্রোটোকল বাফার ক্ষেত্র সনাক্ত করে। উদাহরণস্বরূপ, "errorDetails.field" এই ক্ষেত্রটিকে চিহ্নিত করবে। |
message | string ক্ষেত্রটি কেন ব্যর্থতার কারণ তার একটি বিবরণ। বার্তাটি ইংরেজিতে এবং ব্যবহারকারীদের কাছে প্রদর্শনের জন্য উপযুক্ত নাও হতে পারে৷ |
value | string অনুরোধ ব্যর্থ হয়েছে যে মান. |
fieldIndex | integer যদি অনুরোধের ক্ষেত্রটি যেটি এই ত্রুটিটি তৈরি করেছে তা পুনরাবৃত্তি করা হয়, এতে সেই ক্ষেত্রের এন্ট্রির শূন্য ভিত্তিক সূচক থাকবে যা যাচাইকরণ ব্যর্থ হয়েছে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThe JSON representation details errors encountered during validation or internal processes, providing specific information about the error.\u003c/p\u003e\n"],["\u003cp\u003eError details include a status code, field path, error message, problematic value, and potentially the index within a repeated field.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003efield\u003c/code\u003e attribute uses dot-separated identifiers to pinpoint the location of the error within the request body.\u003c/p\u003e\n"],["\u003cp\u003eWhile the \u003ccode\u003emessage\u003c/code\u003e offers a description of the failure, it's intended for internal use and might not be user-friendly.\u003c/p\u003e\n"]]],[],null,["# ErrorDetail\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nDetails an error that resulted in a validation or internal failure.\n\n| JSON representation ||\n|---------------------------------------------------------------------------------------------------------|---|\n| ``` { \"code\": integer, \"field\": string, \"message\": string, \"value\": string, \"fieldIndex\": integer } ``` |\n\n| Fields ||\n|--------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `code` | `integer` The status code, which should be an enum value of [ErrorCode](/my-business/reference/rest/Shared.Types/ErrorCode). |\n| `field` | `string` A path leading to a field in the request body. The value is a sequence of dot-separated identifiers that identify a protocol buffer field. For example, \"errorDetails.field\" would identify this field. |\n| `message` | `string` A description of why the field caused a failure. The message is in English and may not be suitable for display to users. |\n| `value` | `string` The value that failed the request. |\n| `fieldIndex` | `integer` If the request field that generated this error is repeated, this will contain the zero based index of the entry in that field which caused validation to fail. |"]]