All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tencentcloudapi.tchd.v20230306.TchdErrorCode Maven / Gradle / Ivy

package com.tencentcloudapi.tchd.v20230306;
public enum TchdErrorCode {
    // Internal error.
     INTERNALERROR("InternalError"),
     
    // Incorrect parameter.
     INVALIDPARAMETER("InvalidParameter"),
     
    // Invalid parameter value.
     INVALIDPARAMETERVALUE("InvalidParameterValue");
     
    private String value;
    private TchdErrorCode (String value){
        this.value = value;
    }
    /**
     * @return errorcode value
     */
    public String getValue() {
        return value;
    }
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy