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

com.woorea.openstack.base.client.OpenStackResponseStatus Maven / Gradle / Ivy

There is a newer version: 3.3.30-oss
Show newest version
/*******************************************************************************
 * Copyright (C) 2016 AT&T Intellectual Property. All rights reserved. This code is licensed under the Apache License, Version 2.0
 *******************************************************************************/

package com.woorea.openstack.base.client;

public class OpenStackResponseStatus {

	public static final int OK = 200;

	public static final int NOT_AUTHORIZED = 401;

	public static final int CONFLICT = 409;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy