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

com.dahuatech.icc.common.ErrorConstants Maven / Gradle / Ivy

There is a newer version: 1.0.13.7
Show newest version
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";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy