ガイドAPI呼び出しステータスコード

ステータスコード

ステータスコード

一般的には、Box APIの使用時に受信したHTTPステータスコードの解釈に以下のルールを適用できます。

HTTPステータス
200-299Box received, understood, and accepted the API request. The request has either completed or is in the process of being completed.
300-399Box received, understood, and accepted the API request, yet the client must take further action in order to complete the request. Often this includes redirect to other URLs.
400-499An client error occurred when handling the request, often because the client either did not provide the right parameters, did not have access to the resources, or tried to perform an action that is otherwise not possible.
500-599Box received and accepted the request, but an error occurred within Box while handling it. These errors signify a problem with Box, not a problem with the client's request