Notification codes

The PSDK notification system includes various classes of notification events produced by the PSDK.

These notification events expose numerical codes that are grouped into ranges of integer values. The ranges provide two levels of classification.

Notification events are grouped in the following top-level classifications:

  • Error notification events, from 100000 to 199999
  • Warning notification events, from 200000 to 299999
  • Information notification events, from 300000 to 399999

Inside each top-level range, subranges further classify notifications. Each subrange contains up to 1000 values, so each top-level range can contain up to 100 second-level subranges.