আমরা 31 জুলাই, 2024-এ Google বিজনেস মেসেজ বন্ধ করে দেব।
এখানে আরও পড়ুন।
Error
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
সার্ভার দ্বারা নিক্ষিপ্ত ত্রুটির তালিকা.
এনামস |
---|
ERROR_UNSPECIFIED | ত্রুটি কোড অনির্দিষ্ট. |
INVALID_REQUEST | অনুরোধে একটি প্যারামিটার অনুপস্থিত, একটি অবৈধ প্যারামিটার রয়েছে, একটি প্যারামিটার একাধিকবার অন্তর্ভুক্ত রয়েছে বা অন্যথায় অবৈধ৷ |
ACCESS_DENIED | ব্যবহারকারী বা অনুমোদন সার্ভার অনুরোধ অস্বীকার করেছে |
UNAUTHORIZED_CLIENT | ক্লায়েন্ট এই পদ্ধতি ব্যবহার করে একটি অনুমোদন কোড অনুরোধ করার অনুমতি দেওয়া হয় না. |
UNSUPPORTED_RESPONSE_TYPE | সার্ভার এই পদ্ধতি ব্যবহার করে একটি অনুমোদন কোড প্রাপ্তি সমর্থন করে না. |
INVALID_SCOPE | অনুরোধ করা সুযোগটি অবৈধ বা অজানা৷ |
SERVER_ERROR | ব্যবহারকারীর কাছে একটি 500 অভ্যন্তরীণ সার্ভার ত্রুটি পৃষ্ঠা প্রদর্শন করার পরিবর্তে, সার্ভার এই ত্রুটি কোড দিয়ে পুনঃনির্দেশ করতে পারে। |
TEMPORARILY_UNAVAILABLE | যদি সার্ভারটি রক্ষণাবেক্ষণের মধ্য দিয়ে থাকে, বা অন্যথায় অনুপলব্ধ হয়, তাহলে এই ত্রুটি কোডটি 503 পরিষেবা অনুপলব্ধ স্ট্যাটাস কোডের সাথে উত্তর দেওয়ার পরিবর্তে ফেরত দেওয়া যেতে পারে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThis documentation lists potential error codes returned by an OAuth 2.0 authorization server during the authorization process.\u003c/p\u003e\n"],["\u003cp\u003eThese errors help developers understand and handle issues like invalid requests, denied access, unsupported methods, or server problems.\u003c/p\u003e\n"],["\u003cp\u003eEach error code has a specific meaning, such as \u003ccode\u003eINVALID_REQUEST\u003c/code\u003e indicating a problem with the request parameters, or \u003ccode\u003eACCESS_DENIED\u003c/code\u003e signaling that the user or server rejected the request.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers should use these error codes to provide informative feedback to users and improve the user experience of their applications.\u003c/p\u003e\n"]]],[],null,["# Error\n\nThe list of [errors](https://www.oauth.com/oauth2-servers/authorization/the-authorization-response/) thrown by the server.\n\n| Enums ||\n|-----------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `ERROR_UNSPECIFIED` | Error code unspecified. |\n| `INVALID_REQUEST` | The request is missing a parameter, contains an invalid parameter, includes a parameter more than once, or is otherwise invalid. |\n| `ACCESS_DENIED` | The user or authorization server denied the request |\n| `UNAUTHORIZED_CLIENT` | The client is not allowed to request an authorization code using this method. |\n| `UNSUPPORTED_RESPONSE_TYPE` | The server does not support obtaining an authorization code using this method. |\n| `INVALID_SCOPE` | The requested scope is invalid or unknown. |\n| `SERVER_ERROR` | Instead of displaying a 500 Internal Server Error page to the user, the server can redirect with this error code. |\n| `TEMPORARILY_UNAVAILABLE` | If the server is undergoing maintenance, or is otherwise unavailable, this error code can be returned instead of responding with a 503 Service Unavailable status code. |"]]