Skip to content

Commit

Permalink
Issue #SB-22457 merge: Merge pull request #39 from VenkatKadiveti/rel…
Browse files Browse the repository at this point in the history
…ease-3.7.0-groups

Issue #SB-22457 fix: error codes updated
  • Loading branch information
vinukumar-vs authored Feb 16, 2021
2 parents 3d454d9 + 63ecaf2 commit 30a5a87
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 30a5a87

Please sign in to comment.