Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FlowErrorCode
-
Packages that use FlowErrorCode Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of FlowErrorCode in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowErrorCode Modifier and Type Method Description FlowErrorCodeFlowFailureEvent. errorCode()The error code that identifies the type of failure that occurred.static FlowErrorCodeFlowErrorCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FlowErrorCodeFlowErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static FlowErrorCode[]FlowErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type FlowErrorCode Modifier and Type Method Description static Set<FlowErrorCode>FlowErrorCode. knownValues()Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type FlowErrorCode Modifier and Type Method Description FlowFailureEvent.BuilderFlowFailureEvent.Builder. errorCode(FlowErrorCode errorCode)The error code that identifies the type of failure that occurred.
-