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

com.mercadopago.net.HttpStatus Maven / Gradle / Ivy

There is a newer version: 2.1.29
Show newest version
package com.mercadopago.net;

/** Http status class. */
public class HttpStatus {
  public static final int OK = 200;

  public static final int CREATED = 201;

  public static final int BAD_REQUEST = 400;

  public static final int FORBIDDEN = 403;

  public static final int INTERNAL_SERVER_ERROR = 500;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy