Inner Error Response
data class InnerErrorResponse(val additionalInfo: Map<String, String>? = null, val code: String? = null, val embeddedInnerError: InnerErrorResponse? = null)
Inner Error
Constructors
Link copied to clipboard
constructor(additionalInfo: Map<String, String>? = null, code: String? = null, embeddedInnerError: InnerErrorResponse? = null)