Error Definition Response
data class ErrorDefinitionResponse(val code: String, val details: List<ErrorDefinitionResponse>, val message: String, val recommendation: String)
Error definition.
Constructors
Link copied to clipboard
constructor(code: String, details: List<ErrorDefinitionResponse>, message: String, recommendation: String)