ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.bot.exceptions
/
WrongFileIdentifierException
Wrong
File
Identifier
Exception
class
WrongFileIdentifierException
(
val
response
:
Response
,
val
plainAnswer
:
String
,
message
:
String
?
,
cause
:
Throwable
?
)
:
RequestException
Members
Members & Extensions
Constructors
Wrong
File
Identifier
Exception
Link copied to clipboard
constructor
(
response
:
Response
,
plainAnswer
:
String
,
message
:
String
?
,
cause
:
Throwable
?
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
plain
Answer
Link copied to clipboard
val
plainAnswer
:
String
response
Link copied to clipboard
val
response
:
Response
Functions
caused
Cancellation
Exception
Link copied to clipboard
fun
Throwable
.
causedCancellationException
(
)
:
CancellationException
?
create
Copy
Link copied to clipboard
open
override
fun
createCopy
(
)
:
BotException
is
Caused
By
Cancellation
Link copied to clipboard
fun
Throwable
.
isCausedByCancellation
(
)
:
Boolean