BDNetworkError

class BDNetworkError(val reason: String?, val isFatal: Boolean) : BDError

Network error refers to the internet connectivity problem

Constructors

Link copied to clipboard
constructor(reason: String?, isFatal: Boolean)

Types

Link copied to clipboard

Properties

Link copied to clipboard
open override val errorCode: Int

Returns error code

Link copied to clipboard
open override val isFatal: Boolean

Indicates if error is fatal and service is stopped

Link copied to clipboard
open override val reason: String?

Get the reason of the error

Functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
open override fun writeToParcel(dest: Parcel, flags: Int)