toggle menu
kord-extensions
2.3.6-SNAPSHOT
jvm
switch theme
search in API
web-backend
/
dev.kordex.modules.web.core.backend.errors
Package-level
declarations
Types
Functions
Properties
Types
Web
Error
Link copied to clipboard
data
class
WebError
(
val
message
:
String
,
val
statusCode
:
HttpStatusCode
)
Properties
Method
Not
Allowed
Error
Link copied to clipboard
val
MethodNotAllowedError
:
WebError
Functions
error
Link copied to clipboard
suspend
fun
ApplicationCall
.
error
(
error
:
WebError
)