Errors returned by KUMA have the following format:
type Error struct {
Message string `json:"message"`
Details interface{} `json:"details"`
}