com.hp.ucmdb.api.discovery.types
Interface ErrorStatus

All Superinterfaces:
java.io.Serializable

public interface ErrorStatus
extends java.io.Serializable

Represents an error received during the DDM system run.


Method Summary
 int getCIsCount()
          Returns the number of CIs this error refers to.
 ErrorID getErrorId()
          Returns the ID of the error.
 java.lang.String getJobId()
          Returns the ID of the task that raised the error.
 java.lang.String getMessage()
          Returns a detailed description of the ErrorStatus.
 int getMsgCode()
          Returns the error message code of this error.
 ErrorSeverity getSeverity()
          Returns the severity.
 

Method Detail

getErrorId

ErrorID getErrorId()
Returns the ID of the error.

Returns:
the ErrorID.

getSeverity

ErrorSeverity getSeverity()
Returns the severity.

Returns:
the ErrorSeverity.

getMessage

java.lang.String getMessage()
Returns a detailed description of the ErrorStatus.

Returns:
a detailed description of the ErrorStatus.

getJobId

java.lang.String getJobId()
Returns the ID of the task that raised the error.

Returns:
the jobId.

getCIsCount

int getCIsCount()
Returns the number of CIs this error refers to.

Returns:
the count of the CIs.

getMsgCode

int getMsgCode()
Returns the error message code of this error.

Returns:
the error message code.


Documentation Feedback
Copyright 2010 Hewlett-Packard Development Company, L.P.