خطأ أثناء المعالجة
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
في ما يلي رموز الخطأ التي قد تظهر لك عند استخدام Alert Center API
بالإضافة إلى شرح حول كيفية تفسيرها وإرشادات حول الإجراءات التي يجب اتّخاذها عند
ظهورها. مزيد من المعلومات
رمز الخطأ |
الوصف |
الإجراء |
400: Bad Request |
يتم عرض رمز الخطأ هذا عند حدوث خطأ في طلب الإدخال. |
يُرجى التحقّق من الطلب وإجراء التغييرات المطلوبة عليه وإعادة المحاولة. |
401: بيانات الاعتماد غير صالحة |
رمز الوصول غير صالح أو منتهي الصلاحية. |
يُرجى إعادة تحميل رمز الوصول وإعادة المحاولة. |
404 |
تعذّر العثور على المورد المحدّد. يتم طرح هذا الخطأ عندما لا يكون التنبيه المطلوب متوفّرًا. |
|
409 |
المورد المحدّد متوفّر من قبل. |
احصل على المورد، وأجرِ تعديلًا إذا لزم الأمر. |
500 |
حدث خطأ غير متوقّع أثناء معالجة الطلب. |
يعيد المحاولة باستخدام خوارزمية الرقود الأسي الثنائي. |
503 |
تم تجاوز الحد الأقصى لمعدل الإرسال. |
يعيد المحاولة باستخدام خوارزمية الرقود الأسي الثنائي. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-03-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-03-25 (حسب التوقيت العالمي المتفَّق عليه)"],[],[],null,["# Error Handling\n\nThe following are the error codes you might get when using Alert Center API\nalong with explanation on how to interpret them and guidance on what to do when\nyou get them. [Learn more](/workspace/admin/alertcenter/support).\n\n| **Error code** | **Description** | **Action** |\n|------------------------------|-----------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------|\n| **400: Bad Request** | This error code is returned when there is an error in the input request. | Check the request, make required changes to the request, and try again. |\n| **401: Invalid Credentials** | The access token is invalid or expired. | Refresh the access token and try again. |\n| **404** | The specified resource was not found. This would be thrown when the requested alert does not exist. | |\n| **409** | The specified resource already exists. | Get the resource, and if needed perform an update. |\n| **500** | An unexpected error happened while processing the request. | Retry with [exponential backoff](https://developers.google.com/api-client-library/java/google-http-java-client/backoff). |\n| **503** | Rate limit exceeded. | Retry with [exponential backoff](https://developers.google.com/api-client-library/java/google-http-java-client/backoff). |"]]