Compare commits
3 Commits
v1.3.13
...
fix-resp-err
| Author | SHA1 | Date | |
|---|---|---|---|
| e6c4e6c568 | |||
| 9eb5a63923 | |||
| 9b850cc440 |
+1
-1
@@ -65,7 +65,7 @@ func TeaSDKError(err error) error {
|
||||
"code": StringValue(respErr.GetCode()),
|
||||
"statusCode": IntValue(respErr.GetStatusCode()),
|
||||
"message": respErr.Error(),
|
||||
"description": respErr.GetDescription(),
|
||||
"description": StringValue(respErr.GetDescription()),
|
||||
"data": respErr.GetData(),
|
||||
"accessDeniedDetail": respErr.GetAccessDeniedDetail(),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user