vz-api
1.0.0
core
/
com.keygenqt.core.exceptions
/
AppException
/
Error404
Error404
data
class
Error404
(
val
msg
:
String
?
=
null
,
val
status
:
HttpStatusCode
=
HttpStatusCode.NotFound
)
:
AppException
Content copied to clipboard
Error 404
Constructors
Properties
Constructors
Error404
Link copied to clipboard
fun
Error404
(
msg
:
String
?
=
null
,
status
:
HttpStatusCode
=
HttpStatusCode.NotFound
)
Content copied to clipboard
Properties
msg
Link copied to clipboard
val
msg
:
String
?
=
null
Content copied to clipboard
status
Link copied to clipboard
open
override
val
status
:
HttpStatusCode
Content copied to clipboard