blob: 001d8d80c72963f898be0c0c326ada01ba9f4c3e [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009 xored software, Inc.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* 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;
}