We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b51d705 commit a980fc5Copy full SHA for a980fc5
router/src/main/kotlin/io/moia/router/ApiException.kt
@@ -19,10 +19,12 @@ open class ApiException(
19
data class ApiError(
20
val message: String,
21
val code: String,
22
- val details: Map<String, Any> = emptyMap())
+ val details: Map<String, Any> = emptyMap()
23
+)
24
25
data class UnprocessableEntityError(
26
27
- val path: String
28
+ val path: String,
29
30
)
0 commit comments