class BearErrorException : Throwable
This class exposes type, message and eventually reason of error occurrence.
enum class BearErrorType
This class describes type of occurred error. |
|
class Builder |
|
class NativeBuilder |
val message: String |
|
val reason: String? |
|
val type: BearErrorException.BearErrorType |