![JAR search and dependency download from the Maven repository](/logo.png)
com.tencentcloudapi.tem.v20201221.TemErrorCode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tencentcloud-sdk-java-intl-en Show documentation
Show all versions of tencentcloud-sdk-java-intl-en Show documentation
Tencent Cloud API SDK for Java
package com.tencentcloudapi.tem.v20201221;
public enum TemErrorCode {
// Failed to create the service.
INTERNALERROR_CREATESERVICEERROR("InternalError.CreateServiceError");
private String value;
private TemErrorCode (String value){
this.value = value;
}
/**
* @return errorcode value
*/
public String getValue() {
return value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy