com.dahuatech.icc.common.ErrorConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-sdk-common Show documentation
Show all versions of java-sdk-common Show documentation
Dahua ICC Open API SDK for Java
package com.dahuatech.icc.common;
/**
* @author 232676
* @since 1.0.0 2020-10-24 20:59:11
*/
public interface ErrorConstants {
/** invalid access_token 状态码 */
public static final String OAUTH_INVALID_TOKEN = "27001007";
}