You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
It's seems that ErrorCode field of Error struct has type int according to CDEK API.
So when we get errors from CDEK API there is a json unmarshal error below
"json: cannot unmarshal number into Go struct field Error.error.code of type string"
The text was updated successfully, but these errors were encountered:
Hi!
It's seems that ErrorCode field of Error struct has type int according to CDEK API.
So when we get errors from CDEK API there is a json unmarshal error below
"json: cannot unmarshal number into Go struct field Error.error.code of type string"
The text was updated successfully, but these errors were encountered: