We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e2aa3f commit 55bc2f8Copy full SHA for 55bc2f8
address.go
@@ -78,7 +78,7 @@ func ReadAddress(ctx context.Context, addressId, uid, sid, sessionKey string) (*
78
79
var resp struct {
80
Data *Address `json:"data"`
81
- Error *Error `json:"error"`
+ Error Error `json:"error"`
82
}
83
err = json.Unmarshal(body, &resp)
84
if err != nil {
0 commit comments