docs
common
docs
/
dev.inmo.tgbotapi.bot.exceptions
/
CommonRequestException
Common
Request
Exception
common
class
CommonRequestException
(
response
:
Response
,
plainAnswer
:
String
,
message
:
String
?
,
cause
:
Throwable
?
)
:
RequestException
Content copied to clipboard
Properties
Properties
cause
Link copied to clipboard
common
open
override
val
cause
:
Throwable
?
=
null
Content copied to clipboard
message
Link copied to clipboard
common
open
val
message
:
String
?
Content copied to clipboard
plainAnswer
Link copied to clipboard
common
val
plainAnswer
:
String
Content copied to clipboard
response
Link copied to clipboard
common
val
response
:
Response
Content copied to clipboard