PubNubException
constructor(errorMessage: String? = null, pubnubError: PubNubError? = null, jso: String? = null, statusCode: Int = 0, affectedCall: Call<*>? = null, retryAfterHeaderValue: Int? = null, affectedChannels: List<String> = emptyList(), affectedChannelGroups: List<String> = emptyList(), cause: Throwable? = null, requestInfo: PubNubException.RequestInfo? = null, remoteAction: ExtendedRemoteAction<*>? = null)