interface  | 
IAbruptCompletionExceptionBuilder<TBuilder,TResult> | 
 Builder for the result of a node that was completed abruptly by throwing an exception or issuing a return statement. 
 | 
interface  | 
INodeReturnedExceptionBuilder | 
 Builder for the exception thrown by a node when it wishes to stop the current execution by issuing a return
 statement. 
 | 
interface  | 
INodeThrewExceptionBuilder | 
 Builder for the exception thrown by a node when it encounters an error upon execution. 
 | 
interface  | 
INodeTransferredControlExceptionBuilder | 
 Builder for the exception thrown by a node when it wishes to peform an abrupt local control transfer, e.g. 
 | 
interface  | 
INormalCompletionResultBuilder | 
 Builder for the result returned by a node when it was executed successfully. 
 | 
interface  | 
ISuccessResultBuilder<TBuilder,TResult> | 
 Builder for the result of a node when it was executed successfully. 
 |