Uses of Class
com.tencentcloudapi.ciam.v20220331.models.ErrorDetails
-
Packages that use ErrorDetails Package Description com.tencentcloudapi.ciam.v20220331.models -
-
Uses of ErrorDetails in com.tencentcloudapi.ciam.v20220331.models
Methods in com.tencentcloudapi.ciam.v20220331.models that return ErrorDetails Modifier and Type Method Description ErrorDetails[]Job. getErrorDetails()Get 失败详情 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.ciam.v20220331.models with parameters of type ErrorDetails Modifier and Type Method Description voidJob. setErrorDetails(ErrorDetails[] ErrorDetails)Set 失败详情 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.ciam.v20220331.models with parameters of type ErrorDetails Constructor Description ErrorDetails(ErrorDetails source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-