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-rest
/
dev.kord.rest.request
/
HttpStatus
Http
Status
data
class
HttpStatus
(
val
code
:
Int
,
val
message
:
String
)
(
source
)
Represents an HTTP status code and description.
Members
Constructors
Http
Status
Link copied to clipboard
constructor
(
code
:
Int
,
message
:
String
)
Properties
code
Link copied to clipboard
val
code
:
Int
message
Link copied to clipboard
val
message
:
String