github.com/diadata-org/diadata@v1.4.593/pkg/http/restApi/types.go (about) 1 package restApi 2 3 type APIError struct { 4 ErrorCode int `json:"errorcode"` 5 ErrorMessage string `json:"errormessage"` 6 }