Skip to content

Commit bf72baf

Browse files
committed
add
1 parent 1035f96 commit bf72baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tencentcloud/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2736,7 +2736,7 @@ func getCallerIdentity(tcClient *TencentCloudClient) (indentity *sdksts.GetCalle
27362736
}
27372737

27382738
if response == nil || response.Response == nil {
2739-
return nil, fmt.Errorf("get GetCallerIdentity failed.")
2739+
return nil, fmt.Errorf("Get GetCallerIdentity failed, Response is nil.")
27402740
}
27412741

27422742
indentity = response.Response

0 commit comments

Comments
 (0)