public interface Result<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
Result.Status |
| Modifier and Type | Method and Description |
|---|---|
T |
get() |
FailureType |
getFailureType() |
String |
getMessage() |
String |
getStacktrace() |
Result.Status |
getStatus() |
T get()
Result.Status getStatus()
String getMessage()
FailureType getFailureType()
String getStacktrace()
Copyright © 2018 MuleSoft, Inc.. All rights reserved.