209 - Repository Action Not Supported¶ API Error Code 209 HTTP Status Code HTTP 501 Not Implemented Error Text The specified repository is not able to perform this action. Description The request made on a repository’s resource can’t be performed by that type of repository. That particular action is invalid for that repository type. There is no sense in retrying this request on the same repository. Examples¶ application/json¶ { "err": { "code": 209, "msg": "The specified repository is not able to perform this action." }, "stat": "fail" } Copy