com.tencentcloudapi.tem.v20201221.TemErrorCode Maven / Gradle / Ivy
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