KitInternalException
Thrown or reported by Result.failure to indicate that an internal error has occurred.
Props
code
val code: Int
Error code.
Returns
type:
Int
message
val message: String?
Message detail.
Returns
type:
String?
Thrown or reported by Result.failure to indicate that an internal error has occurred.
val code: Int
Error code.
Int
val message: String?
Message detail.
String?