217 - Missing User Key¶
API Error Code | 217 |
HTTP Status Code | |
Error Text | A public SSH key was requested, but no SSH key was available to send. |
Description | Review Board attempted to authenticate with a repository that required a public SSH key, but no SSH key was configured on Review Board. |
Examples¶
application/json¶
{
"err": {
"code": 217,
"msg": "A public SSH key was requested, but no SSH key was available to send.",
"type": "ssh-public-key-missing"
},
"stat": "fail"
}