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.
Constructors
Link copied to clipboard
fun ErrorEntityResponse(code: String? = null, details: List<ErrorEntityResponse>? = null, extendedCode: String? = null, innerErrors: List<ErrorEntityResponse>? = null, message: String? = null, messageTemplate: String? = null, parameters: List<String>? = null, target: String? = null)