Jump to >

This documentation covers Review Board 2.5. You can see the latest Review Board documentation or all other versions.

212 - Empty Changeset

API Error Code 212
HTTP Status Code HTTP 400 Bad Request
Error Text The commit ID specified represents an empty changeset.
Description The change number provided for the request represents a server-side changeset that doesn’t contain any files. You will only ever see this for repositories that implement server-side changesets, such as Perforce. Add some files to the changeset and try again.

Examples

application/json

{
  "err": {
    "code": 212, 
    "msg": "The commit ID specified represents an empty changeset."
  }, 
  "stat": "fail"
}