Status Events for PubNub C# SDK

Publish

CategoryDescription
PNBadRequestCategoryPubNub C# SDK will send PNBadRequestCategory when some parameter is missing like message, channel, subscribe key, publish key.
PNNetworkIssuesCategoryThe SDK is not able to reach the PubNub Data Stream Network because the machine or device are not 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.
PNTimeoutCategoryProcessing has failed because of request time out.

Subscribe

CategoryDescription
PNNetworkIssuesCategoryThe SDK isn't able to reach the PubNub Data Stream Network 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.
PNUnknownCategoryPubNub SDK could return this Category if the captured error is insignificant client side error or not known type at the time of SDK development.
PNBadRequestCategoryPubNub C# SDK will send PNBadRequestCategory when some parameter is missing like subscribe key, publish key.
PNTimeoutCategoryProcessing has failed because of request time out.
PNReconnectedCategorySDK was able to reconnect to pubnub.
PNConnectedCategorySDK subscribed with a new mix of channels (fired every time the channel / channel group mix changed).
PNUnexpectedDisconnectCategoryThe connection was unexpectedly disconnected.
PNConnectionErrorCategoryReturned when the previously started subscribe loop failed, and the client disconnected from real-time data channels.
Last updated on
On this page