A response given after a INewPortalNotificationRequest
An example response to create a notification
{ type: 'notification:create:response', notificationId:'some-notification-id', error: '321', errorMessage: 'some-error-message', status: 'failure' }
The error code.
The error message associate with the code.
The specific notification.
The status of the request.
Must be NotificationResponse.
Generated using TypeDoc
A response given after a INewPortalNotificationRequest
An example response to create a notification
{ type: 'notification:create:response', notificationId:'some-notification-id', error: '321', errorMessage: 'some-error-message', status: 'failure' }