package model type ErrInfo struct { Cause string `json:"cause"` Message string `json:"message"` Response int `json:"response"` }