開発
エラーハンドリングとレスポンスコード
API エラーとレスポンスコードを処理するための包括的なガイド
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
API エラーとレスポンスコードを処理するための包括的なガイド
{
"success": true,
"message": "通知が正常にキューに登録されました",
"notification_id": "uuid-notification-123",
"scheduled_time": "2024-12-25T10:30:00Z"
}
{
"templates": [
{
"id": "template_001",
"name": "welcome_user",
"status": "approved"
}
],
"total": 1
}
{
"error": "validation_failed",
"message": "必須フィールドが欠けています",
"details": {
"field": "contact.number",
"reason": "このフィールドは必須です"
},
"request_id": "req_123456789"
}
{
"error": "unauthorized",
"message": "無効または期限切れのアクセスキー",
"details": {
"reason": "提供された access_key が無効または取り消されています"
},
"request_id": "req_123456793"
}
