com.woorea.openstack.base.client.OpenStackResponseStatus Maven / Gradle / Ivy
/*******************************************************************************
* 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;
}