com.sap.sdm.api.remote
Interface ErrorHandlingRules


public interface ErrorHandlingRules

This class is new with API client version 5.


Field Summary
static int ON_ERROR_IGNORE
          Specifies that no matter whether a deployment error has occurred so far, the deployment iteration through the given set of deployments will be continued.
static java.lang.String ON_ERROR_IGNORE_DESC
          Description of ON_ERROR_IGNORE_DESC
static java.lang.String ON_ERROR_IGNORE_S
          String representation of ON_ERROR_IGNORE
static int ON_ERROR_SKIP_DEPENDING
          Specifies that all deployments that depend on deployments having been executed not successfully will not be executed but have to be skipped instead.
static java.lang.String ON_ERROR_SKIP_DEPENDING_DESC
          Description of ON_ERROR_SKIP_DEPENDING
static java.lang.String ON_ERROR_SKIP_DEPENDING_S
          String representation of ON_ERROR_SKIP_DEPENDING
static int ON_ERROR_STOP
          Specifies that once a deployment error occurs, the further processing will be stopped.
static java.lang.String ON_ERROR_STOP_DESC
          Description of ON_ERROR_STOP
static java.lang.String ON_ERROR_STOP_S
          String representation of ON_ERROR_STOP
 

Field Detail

ON_ERROR_SKIP_DEPENDING

public static final int ON_ERROR_SKIP_DEPENDING
Specifies that all deployments that depend on deployments having been executed not successfully will not be executed but have to be skipped instead.

ON_ERROR_SKIP_DEPENDING_S

public static final java.lang.String ON_ERROR_SKIP_DEPENDING_S
String representation of ON_ERROR_SKIP_DEPENDING

ON_ERROR_SKIP_DEPENDING_DESC

public static final java.lang.String ON_ERROR_SKIP_DEPENDING_DESC
Description of ON_ERROR_SKIP_DEPENDING

ON_ERROR_IGNORE

public static final int ON_ERROR_IGNORE
Specifies that no matter whether a deployment error has occurred so far, the deployment iteration through the given set of deployments will be continued. Note that this rule should be used with care.

ON_ERROR_IGNORE_S

public static final java.lang.String ON_ERROR_IGNORE_S
String representation of ON_ERROR_IGNORE

ON_ERROR_IGNORE_DESC

public static final java.lang.String ON_ERROR_IGNORE_DESC
Description of ON_ERROR_IGNORE_DESC

ON_ERROR_STOP

public static final int ON_ERROR_STOP
Specifies that once a deployment error occurs, the further processing will be stopped.

ON_ERROR_STOP_S

public static final java.lang.String ON_ERROR_STOP_S
String representation of ON_ERROR_STOP

ON_ERROR_STOP_DESC

public static final java.lang.String ON_ERROR_STOP_DESC
Description of ON_ERROR_STOP