Hold and provide access to detailed error information.


The following tables list the members exposed by NetricsErrorItem.

Public Fields

  Name Description
Public field Static TYPE_NULL Indicates this error item contains no information. This field is constant and read-only.
Public field Static TYPE_TRANID Indicates this error item contains a transaction id. This field is constant and read-only.
Public field Static TYPE_UNKNOWN Indicates this error item contains uncategorized information. This field is constant and read-only.
Top

Public Methods

  Name Description
Public method Equals   (inherited from Object)
Public method getDetailsMsg Return the error details message.
Public method GetHashCode   (inherited from Object)
Public method getItemType Returns the type of the error item, one of NetricsErrorItem.TYPE_*.
Public method getTranId Obsolete. Returns a partial 32-bit transaction id.
Public method getTransactionId Returns the transaction id.
Public method GetType   (inherited from Object)
Public method ToString   (inherited from Object)
Top

Protected Methods

  Name Description
Family method Finalize   (inherited from Object)
Family method MemberwiseClone   (inherited from Object)
Top

See Also