PubNubException
Custom exception wrapper for errors occurred during execution or processing of a PubNub API operation.
Custom exception wrapper for errors occurred during execution or processing of a PubNub API operation.
Custom exception wrapper for errors occurred during execution or processing of a PubNub API operation.
Custom exception wrapper for errors occurred during execution or processing of a PubNub API operation.
Constructors
Link copied to clipboard
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)
Types
Link copied to clipboard
data class RequestInfo(val tlsEnabled: Boolean, val origin: String, val uuid: String?, val authKey: String?, val clientRequest: Request)
Properties
Link copied to clipboard
A reference to the affected call. Useful for calling retry.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The error message received from the server, if any.
Link copied to clipboard
Link copied to clipboard
The appropriate matching PubNub error.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
HTTP status code.
HTTP status code.
HTTP status code.
HTTP status code.
Link copied to clipboard