portfolio
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
portfolio
portfolio
/
org.project.portfolio.common.presentation.response
/
ErrorResponse
Error
Response
data
class
ErrorResponse
(
val
code
:
String
,
val
message
:
String
?
,
val
properties
:
Map
<
String
,
Any
?
>
=
mapOf()
)
Members
Constructors
Error
Response
Link copied to clipboard
constructor
(
code
:
String
,
message
:
String
?
,
properties
:
Map
<
String
,
Any
?
>
=
mapOf()
)
Properties
code
Link copied to clipboard
val
code
:
String
message
Link copied to clipboard
val
message
:
String
?
properties
Link copied to clipboard
val
properties
:
Map
<
String
,
Any
?
>