212 - Empty Changeset¶
API Error Code | 212 |
HTTP Status Code | |
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.",
"type": "repository-commit-id-changeset-empty"
},
"stat": "fail"
}