blob: ec43c9da0557c7c5d22ed660efec2a9b3e023d5a [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009 xored software, Inc.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* xored software, Inc. - initial API and Implementation (Alex Panchenko)
*******************************************************************************/
package org.eclipse.dltk.core.internal.rse;
public class RSEStatusConstants {
public static final int NO_SHELL_SERVICE = 200;
public static final int NO_FILE_SERVICE = 201;
public static final int CONNECT_ERROR = 210;
public static final int NOT_CONNECTED_ERROR = 211;
public static final int COMMAND_RUN_ERROR = 220;
public static final int LAUNCHER_UPLOAD_ERROR = 301;
public static final int INTERNAL_ERROR = 500;
}