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 3494239 commit d6cabe4Copy full SHA for d6cabe4
src/main/kotlin/com/ecwid/apiclient/v3/dto/common/EcwidApiError.kt
@@ -2,5 +2,6 @@ package com.ecwid.apiclient.v3.dto.common
2
3
data class EcwidApiError(
4
val errorMessage: String? = null,
5
- val errorCode: String? = null
+ val errorCode: String? = null,
6
+ val args: Map<String, String>? = null,
7
)
0 commit comments