@Stability(value=Stable) @Internal 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(CatchProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CatchProps.Builder. |
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, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CatchProps.Builder builder)
CatchProps.Builder.public final 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
getErrors in interface CatchPropspublic final String getResultPath()
CatchPropsMay also be the special value DISCARD, which will cause the error data to be discarded.
Default: $
getResultPath in interface CatchProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.