Error (with optional blockedFields)

  • Standard Boost.space error body returned by all 4xx/5xx responses.

    • blockedFields
      Type: array string[]

      Present only on code 4032: fields the calling token is not allowed to overwrite, all of which were dropped from the write.

    • code
      Type: integer

      Boost.space error code — the HTTP status for generic errors (e.g. 400, 401, 403, 404, 500) or a specific internal code for finer cases (e.g. 4002 missing required field, 4005 object not found, 4031 2FA required, 4227 OAuth error).

    • message
      Type: string

      Human-readable description of the error, e.g. Missing required field: name or Object not found: Contact 123.