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

io.github.novareseller.boot.constant.ErrorCode Maven / Gradle / Ivy

package io.github.novareseller.boot.constant;

/**
 * @author: Bowen huang
 * @date: 2021/04/29
 */
public class ErrorCode {

    public static final int REQUIRED_TOKEN = -24010;
    public static final int EXPIRED_TOKEN = -24020;
    public static final int ERROR_TOKEN = -24030;

    public static final int ERR_UNAUTHORIZED_REQUEST = -24031;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy