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

com.mjamsek.rest.common.HttpStatus Maven / Gradle / Ivy

package com.mjamsek.rest.common;

public class HttpStatus {
    public static final int BAD_REQUEST = 400;
    public static final int VALIDATION_FAILED = 422;
    public static final int FAILED_DEPENDENCY = 424;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy