This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Common.Api.IAbstractFailure Interface Reference
Apache REEF  0.15.0
Retainable Evaluator Execution Framework
List of all members
Org.Apache.REEF.Common.Api.IAbstractFailure Interface Reference

Inherits Org.Apache.REEF.Common.Api.IFailure.

Inherited by Org.Apache.REEF.Driver.Task.IFailedTask.

Additional Inherited Members

- Public Member Functions inherited from Org.Apache.REEF.Common.Api.IFailure
Exception AsError ()
 Return the original Java Exception, or generate a new one if it does not exists. More...
 
- Properties inherited from Org.Apache.REEF.Common.Api.IFailure
string Message [get, set]
 One-line error message. More...
 
Optional< string > Description [get, set]
 Optional long error description. More...
 
Optional< string > Reason [get, set]
 Exception that caused the error, or null. More...
 
Optional< byte[]> Data [get, set]
 Optional serialized version of the error message. More...
 
- Properties inherited from Org.Apache.REEF.Utilities.IIdentifiable
string Id [get]
 The Id of this object, e.g. More...
 

The documentation for this interface was generated from the following file: