Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
'/discussions/forum/v2/read': {
                              'errorMsg': "Forum read api failed because of plugin not enabled",
                              'err': "DMW_FRED01"
                              },
'/discussions/forum/v2/creat': {
                                'errorMsg': "Forum creat api failed because of plugin not enabled",
                                'err': "DMW_FCRT02"
                                },
'/discussions/v2/topic': {
                          'errorMsg': "Create topicĀ  failed",
                          'err': "DMW_TCRT17"
                          },
.....
.....
.....
}

in Proxy object we are mapping the error code like below

...