Uses of Enum
software.amazon.awssdk.services.bedrockagentruntime.model.FlowErrorCode
Packages that use FlowErrorCode
-
Uses of FlowErrorCode in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowErrorCodeModifier and TypeMethodDescriptionfinal FlowErrorCodeFlowFailureEvent.errorCode()The error code that identifies the type of failure that occurred.static FlowErrorCodeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static FlowErrorCodeReturns 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 FlowErrorCodeMethods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type FlowErrorCodeModifier and TypeMethodDescriptionFlowFailureEvent.Builder.errorCode(FlowErrorCode errorCode) The error code that identifies the type of failure that occurred.