Error Entity Response
data class ErrorEntityResponse(val code: String? = null, val details: List<ErrorEntityResponse>? = null, val extendedCode: String? = null, val innerErrors: List<ErrorEntityResponse>? = null, val message: String? = null, val messageTemplate: String? = null, val parameters: List<String>? = null, val target: String? = null)
Body of the error response returned from the API.