ErrorResponse

constructor(    code: Int = -1,     message: String = "",     statusCode: Int = -1,     details: List<String> = emptyList(),     exceptionFields: Map<String, String> = mapOf(),     moreInfo: String = "")