Search before asking
Description
In the third-party integrated scenario, got Result after calling the API, needs to obtain the specific Status according to the StatusCode
Use case
DELETE PROJECT API
Result:
{
"code": 10018,
"msg": "project 0 not found ",
"data": null,
"success": false,
"failed": true
}
Get Status.PROJECT_NOT_FOUNT by StatusCode=10018
Related issues
No response
Are you willing to submit a PR?
Code of Conduct