blob: 13ebbc3802b8ca88125a8f326ee4921ee0b5bd5c [file] [log] [blame]
/******************************************************************************
* Copyright (c) 2006 IBM Corporation.
* 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:
* IBM Corporation - Initial Implementation
*
*****************************************************************************/
package org.eclipse.ptp.remotetools.environment.launcher.core;
public interface IRemoteLaunchErrors {
public static int INVALID_RULE = 1;
public static int INVALID_EXECUTION_CONFIGURATION = 2;
public static int ERROR_PARSING_RULE = 3;
}