RSE
Release 3.3

org.eclipse.rse.core
Interface IRSECoreStatusCodes


public interface IRSECoreStatusCodes

Codes for use in constructing IStatus objects. These are unique across org.eclipse.rse.core

Since:
org.eclipse.rse.core 3.0

Field Summary
static int EXCEPTION_OCCURRED
          A code used for constructing IStatus objects.
static int INVALID_FORMAT
          A code used for constructing IStatus objects.
static int MIGRATION_NOT_SUPPORTED
          A code used for constructing IStatus objects.
static int PROFILE_NOT_FOUND
          A code used for constructing IStatus objects.
 

Field Detail

EXCEPTION_OCCURRED

static final int EXCEPTION_OCCURRED
A code used for constructing IStatus objects. Value 1. An exception occurred during the operation.

See Also:
Constant Field Values

INVALID_FORMAT

static final int INVALID_FORMAT
A code used for constructing IStatus objects. Value 2. An invalid format was encountered operation. The object in question must be assumed to be corrupted.

See Also:
Constant Field Values

PROFILE_NOT_FOUND

static final int PROFILE_NOT_FOUND
A code used for constructing IStatus objects. Value 101. A persistent form of a profile is not found.

See Also:
Constant Field Values

MIGRATION_NOT_SUPPORTED

static final int MIGRATION_NOT_SUPPORTED
A code used for constructing IStatus objects. Value 102. The marking of profiles as migrated is not supported by this provider.

See Also:
Constant Field Values

RSE
Release 3.3

Copyright (c) IBM Corporation and others 2000, 2011. All Rights Reserved.