Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface INewPortalNotificationRequestResponse

A response given after a INewPortalNotificationRequest

An example response to create a notification

example

{
  type: 'notification:create:response',
  notificationId:'some-notification-id',
  error: '321',
  errorMessage: 'some-error-message',
  status: 'failure'
}

Hierarchy

  • INewPortalNotificationRequestResponse

Index

Properties

Optional error

error: number

The error code.

Optional errorMessage

errorMessage: string

The error message associate with the code.

Optional notificationId

notificationId: string

The specific notification.

status

The status of the request.

type

Generated using TypeDoc