BDAuthenticationError

open class BDAuthenticationError(val reason: String, val isFatal: Boolean = true) : BDError

Authentication error - Invalid ProjectId/ Global config not valid/ Access Denied

isFatal - Indicates if error is fatal and service is stopped

Constructors

Link copied to clipboard
@RequiresApi(value = 29)
fun BDAuthenticationError(parcel: Parcel)
Link copied to clipboard
fun BDAuthenticationError(reason: String, isFatal: Boolean = true)

Types

Link copied to clipboard
object CREATOR : Parcelable.Creator<BDAuthenticationError>

Properties

Link copied to clipboard
open override val errorCode: Int

Returns error code

Link copied to clipboard
open override val isFatal: Boolean = true

Indicates if error is fatal and service is stopped

Link copied to clipboard
open override val reason: String

Provides human readable error reason

Functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun writeToParcel(dest: Parcel, flags: Int)

Inheritors

Link copied to clipboard