NotificationKind
Indicates the type of a notification.
            
                
OnCompleted = 2
Represents an OnCompleted notification.
            
OnError = 1
Represents an OnError notification.
            
OnNext = 0
Represents an OnNext notification.