diff --git a/helpers/errorCodes.json b/helpers/errorCodes.json index 1dc91ec..08c72b2 100644 --- a/helpers/errorCodes.json +++ b/helpers/errorCodes.json @@ -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" + } + } + } } } \ No newline at end of file