vz-api
1.0.0
core
/
com.keygenqt.core.exceptions
/
ResponseException
Response
Exception
data
class
ResponseException
(
val
code
:
Int
,
val
message
:
String
)
:
IDataException
Content copied to clipboard
Serializable model for response error
Constructors
Properties
Constructors
Response
Exception
Link copied to clipboard
fun
ResponseException
(
code
:
Int
,
message
:
String
)
Content copied to clipboard
Properties
code
Link copied to clipboard
open
override
val
code
:
Int
Content copied to clipboard
message
Link copied to clipboard
open
override
val
message
:
String
Content copied to clipboard