Status Events for PubNub C# SDK

Publish

CategoryDescription
PNBadRequestCategoryThe SDK is missing some required parameters, like message, channel, subscribe key, publish key.
PNNetworkIssuesCategoryThe SDK is not able to reach PubNub servers because the machine or device doesn't have Internet connection or the SDK is behind a proxy.
PNTimeoutCategoryProcessing has failed because of request timeout.

Subscribe

CategoryDescription
PNNetworkIssuesCategoryThe SDK is not able to reach PubNub servers because the machine or device doesn't have Internet connection or the SDK is behind a proxy.
PNUnknownCategoryThe captured error is a minor client-side error or an unknown type at the time of SDK development.
PNBadRequestCategoryThe SDK is missing some required parameters, like subscribe key or publish key.
PNTimeoutCategoryProcessing has failed because of request timeout.
PNReconnectedCategorySDK was able to reconnect to PubNub.
PNConnectedCategorySDK is able to connect to PubNub servers and subscribes successfully.
PNSubscriptionChangedCategorySDK subscribed with a new mix of channels (fired every time the channel / channel group mix changed). Applicable with event engine.
PNConnectionErrorThe previously started subscription failed, and the client disconnected from real-time data channels.
PNUnexpectedDisconnectCategoryThe connection was unexpectedly disconnected.
PNConnectionErrorCategoryThe previously started subscribe loop failed and the client disconnected from real-time data channels.
Last updated on
On this page