WeConnect
Toggle table of contents
0.2.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
WeConnect
WeConnect
/
rsdev.ovh.weconnect.api.command
/
CommandErrorDetailDto
Command
Error
Detail
Dto
@
Serializable
data
class
CommandErrorDetailDto
(
val
message
:
String
?
=
null
,
val
info
:
String
?
=
null
,
val
retry
:
Boolean
?
=
null
,
val
code
:
Int
?
=
null
,
val
group
:
Int
?
=
null
)
Members
Constructors
Command
Error
Detail
Dto
Link copied to clipboard
constructor
(
message
:
String
?
=
null
,
info
:
String
?
=
null
,
retry
:
Boolean
?
=
null
,
code
:
Int
?
=
null
,
group
:
Int
?
=
null
)
Properties
code
Link copied to clipboard
val
code
:
Int
?
group
Link copied to clipboard
val
group
:
Int
?
info
Link copied to clipboard
val
info
:
String
?
message
Link copied to clipboard
val
message
:
String
?
retry
Link copied to clipboard
val
retry
:
Boolean
?