221 - File Retrieval Error¶
API Error Code | 221 |
HTTP Status Code | |
Error Text | There was an error fetching a source file. |
Description | There was an unexpected error fetching the requested file from a repository. |
Examples¶
application/json¶
{
"err": {
"code": 221,
"msg": "There was an error fetching a source file.",
"type": "repository-file-error"
},
"stat": "fail"
}