type
ErrorEnvelope
type ErrorEnvelope struct {
Error ErrorPayload `json:"error"`
}The response returned by every failed HTTP operation.
Source protocol/envelope.go:50
ErrorErrorPayload- The Error value.
type
type ErrorEnvelope struct {
Error ErrorPayload `json:"error"`
}The response returned by every failed HTTP operation.
Source protocol/envelope.go:50
ErrorErrorPayload