@Stability(value=Experimental) public static final class CatchProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CatchProps
CatchPropssoftware.amazon.jsii.JsiiObject.InitializationModeCatchProps.Builder, CatchProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<String> |
getErrors()
Errors to recover from by going to the given state.
|
String |
getResultPath()
JSONPath expression to indicate where to inject the error data.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public List<String> getErrors()
CatchPropsA list of error strings to retry, which can be either predefined errors (for example Errors.NoChoiceMatched) or a self-defined error.
Default: All errors
EXPERIMENTAL
getErrors in interface CatchPropspublic String getResultPath()
CatchPropsMay also be the special value DISCARD, which will cause the error data to be discarded.
Default: $
EXPERIMENTAL
getResultPath in interface CatchPropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.