master
parent
5170ba3378
commit
9e7d6d12fe
|
@ -46,6 +46,7 @@ public class ApplyLease {
|
||||||
.Method(param.getMethod())
|
.Method(param.getMethod())
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
|
|
||||||
} catch (TeaException error) {
|
} catch (TeaException error) {
|
||||||
switch (error.getCode()) {
|
switch (error.getCode()) {
|
||||||
case "SDK.ConnectTimeout":
|
case "SDK.ConnectTimeout":
|
||||||
|
|
Loading…
Reference in New Issue