メインコンテンツへスキップ
APIバージョン 2024.0 競合が原因でファイルを作成できなかったときに発生するエラー。
type
string
error値は常にerrorになります。次の値に固定: error
code
string
item_name_invalidBox固有のエラーコード。次の値のいずれか1つ: created,accepted,no_content,redirect,not_modified,bad_request,unauthorized,forbidden,not_found,method_not_allowed,conflict,precondition_failed,too_many_requests,internal_server_error,unavailable,item_name_invalid,insufficient_scope
context_info
object
{"message":"Something went wrong"}このエラーに関する追加コンテキストを含む自由形式のオブジェクト。使用できるフィールドは、エンドポイントごとに定義されています。messageは唯一の例です。
help_url
string
https://developer.box.com/guides/api-calls/permissions-and-errors/common-errors/このエラーの原因に関する詳細情報にリンクされたURL。
message
string
Method Not Allowedエラーについての短い説明メッセージ。
request_id
string
abcdef123456Boxサポートに連絡するときに使用できる、このレスポンスの一意の識別子。
status
integer(int32)
400レスポンスのHTTPステータス。
{
  "type": "error",
  "code": "item_name_invalid",
  "context_info": {
    "message": "Something went wrong"
  },
  "help_url": "https://developer.box.com/guides/api-calls/permissions-and-errors/common-errors/",
  "message": "Method Not Allowed",
  "request_id": "abcdef123456",
  "status": 400
}