Box Developer Documentation

Metadata Error

This resource is used by endpoints in the version 2024.0. For more details, see Box API versioning.

A generic metadata operation error.

string
bad_request

A Box-specific error code.

string
Encountered invalid value for template field key=someKey field type=properties

A short message describing the error.

string
abcdef123456

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

Response Example

{
  "code": "bad_request",
  "message": "Encountered invalid value for template field key=someKey field type=properties",
  "request_id": "abcdef123456"
}