Class SafeErrorResult
java.lang.Object
de.kentoj.scrowlib.messaging.respose.SafeResult
de.kentoj.scrowlib.messaging.respose.SafeErrorResult
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.kentoj.scrowlib.messaging.respose.SafeResult
asError, asSuccess, fromDocument, fromMessage, isError, isSuccess, unwrap, wrap, wrap
-
Constructor Details
-
SafeErrorResult
-
-
Method Details
-
unwrap
public org.bson.Document unwrap()- Specified by:
unwrapin classSafeResult- Returns:
- the data stored in the SafeResult
-
toException
-
toDocument
public org.bson.Document toDocument()- Specified by:
toDocumentin classSafeResult- Returns:
- the SafeResult as a Document for transit
-
getType
-
getMessage
-