com.bear.common.sdk / BearErrorException

BearErrorException

class BearErrorException : Throwable

This class exposes type, message and eventually reason of error occurrence.

Types

BearErrorType

enum class BearErrorType

This class describes type of occurred error.

Builder

class Builder

NativeBuilder

class NativeBuilder

Properties

message

val message: String

reason

val reason: String?

type

val type: BearErrorException.BearErrorType