Возвращаемые KUMA ошибки имеют следующий формат:
type Error struct {
Message string `json:"message"`
Details interface{} `json:"details"`
}