onecore
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
onecore
onecore
/
ch.procivis.one.core
/
ErrorResponseBindingDto
Error
Response
Binding
Dto
data
class
ErrorResponseBindingDto
(
var
code
:
String
,
var
message
:
String
,
var
cause
:
Cause
?
)
Members
Constructors
Error
Response
Binding
Dto
Link copied to clipboard
constructor
(
code
:
String
,
message
:
String
,
cause
:
Cause
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
cause
Link copied to clipboard
var
cause
:
Cause
?
code
Link copied to clipboard
var
code
:
String
message
Link copied to clipboard
var
message
:
String