This documentation covers Review Board 1.5.
You can select a version above or
view the latest documentation.
212 - Empty Changeset
API Error Code |
212 |
HTTP Status Code |
HTTP 400 Bad Request |
Error Text |
The change number 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. |
Example
{
stat: "fail",
err: {
code: 212,
msg: "The change number specified represents an empty changeset"
}
}