PNNetworkIssuesCategory | The SDK isn't able to reach PubNub servers because the machine or device aren't connected to Internet or this has been lost, your ISP (Internet Service Provider) is having to troubles or perhaps or the SDK is behind of a proxy. |
PNUnknownCategory | PubNub SDK could return this Category if the captured error is insignificant client side error or not known type at the time of SDK development. |
PNBadRequestCategory | PubNub C# SDK will send PNBadRequestCategory when some parameter is missing like subscribe key , publish key . |
PNTimeoutCategory | Processing has failed because of request time out. |
PNReconnectedCategory | SDK was able to reconnect to pubnub. |
PNConnectedCategory | SDK subscribed with a new mix of channels (fired every time the channel / channel group mix changed). |
PNConnectionError | Returned when the previously started subscribe loop failed, and the client disconnected from real-time data channels. |
PNUnexpectedDisconnectCategory | The connection was unexpectedly disconnected. |
PNConnectionErrorCategory | Returned when the previously started subscribe loop failed, and the client disconnected from real-time data channels. |