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

com.tvd12.ezymq.common.constant.EzyRpcStatusCodes Maven / Gradle / Ivy

The newest version!
package com.tvd12.ezymq.common.constant;

public final class EzyRpcStatusCodes {

    public static final int SUCCESS = 200;
    public static final int BAD_REQUEST = 400;
    public static final int NOT_FOUND = 404;
    public static final int INTERNAL_SERVER_ERROR = 500;

    private EzyRpcStatusCodes() {}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy