kord
Toggle table of contents
or(map(map(map(map(valueof(ProcessOutputValueSource))))), map(map(map(map(valueof(ProcessOutputValueSource))))))
common
Platform filter
common
Switch theme
Search in API
kord
kord-common
/
dev.kord.common.exception
/
RequestException
Request
Exception
abstract
class
RequestException
:
Exception
(
source
)
Signals that some kind of exception occurred when attempting to interact with an entity.
Members
Constructors
Request
Exception
Link copied to clipboard
constructor
(
message
:
String
)
constructor
(
cause
:
Throwable
)
constructor
(
message
:
String
,
cause
:
Throwable
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?