BluIDSDKError

data class BluIDSDKError(type: BluIDSDKErrorType, message: String?, code: Int?)

Shows that an error has occurred

Constructors

BluIDSDKError
Link copied to clipboard
fun BluIDSDKError(type: BluIDSDKErrorType, message: String? = null, code: Int? = null)

Properties

code
Link copied to clipboard
val code: Int? = null

Error code

message
Link copied to clipboard
val message: String? = null

Message to describe the error

type
Link copied to clipboard
val type: BluIDSDKErrorType

The type of error