Uses of Enum Class
io.dapr.exceptions.DaprErrorDetails.ErrorDetailType
-
Uses of DaprErrorDetails.ErrorDetailType in io.dapr.exceptions
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DaprErrorDetails.ErrorDetailType[]
DaprErrorDetails.ErrorDetailType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescription<T> T
DaprErrorDetails.get
(DaprErrorDetails.ErrorDetailType errorDetailType, String errAttribute, TypeRef<T> typeRef) Gets an attribute of an error detail.