Skip to main content

The error that occurs when a file can not be created due to a conflict.

type
enum<string>

The value will always be error.

Available options:
error
Example:

"error"

status
integer<int32>

The HTTP status of the response.

Example:

400

code
enum<string>

A Box-specific error code.

Available options:
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
Example:

"item_name_invalid"

message
string

A short message describing the error.

Example:

"Method Not Allowed"

context_info
object

A free-form object that contains additional context about the error. The possible fields are defined on a per-endpoint basis. message is only one example.

Example:
{ "message": "Something went wrong" }
help_url
string

A URL that links to more information about why this error occurred.

Example:

"https://developer.box.com/guides/api-calls/permissions-and-errors/common-errors/"

request_id
string

A unique identifier for this response, which can be used when contacting Box support.

Example:

"abcdef123456"