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
Package-level
declarations
Types
Types
Error
Response
Link copied to clipboard
data
class
ErrorResponse
(
val
code
:
String
,
val
message
:
String
?
,
val
properties
:
Map
<
String
,
Any
?
>
=
mapOf()
)