Skip to content

Commit

Permalink
Issue #SB-22457 fix: error codes updated
Browse files Browse the repository at this point in the history
  • Loading branch information
VenkatKadiveti committed Feb 15, 2021
1 parent 56af962 commit 63ecaf2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions helpers/errorCodes.json
Original file line number Diff line number Diff line change
Expand Up @@ -586,5 +586,25 @@
}
}
}
},
"/discussion/forum/v3/create": {
"post": {
"endPoint": "/discussion/forum/v3/create",
"key": "DiscussionForumForGroups",
"errorObject": {
"err_500": {
"err": "DMW_FGCRT09",
"errMsg": "Generalization of api failed"
},
"err_404": {
"err": "DMW_FGCRT10",
"errMsg": "Forum create failed because of nodebb-plugin-create-forum plugin not enabled."
},
"err_401": {
"err": "DMW_FGCRT11",
"errMsg": "category creation failed and token is not valid"
}
}
}
}
}

0 comments on commit 63ecaf2

Please sign in to comment.