Uses of Enum Class
io.dapr.exceptions.DaprErrorDetails.ErrorDetailType
Packages that use DaprErrorDetails.ErrorDetailType
-
Uses of DaprErrorDetails.ErrorDetailType in io.dapr.exceptions
Methods in io.dapr.exceptions that return DaprErrorDetails.ErrorDetailTypeModifier 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.Methods in io.dapr.exceptions with parameters of type DaprErrorDetails.ErrorDetailTypeModifier and TypeMethodDescription<T> T
DaprErrorDetails.get
(DaprErrorDetails.ErrorDetailType errorDetailType, String errAttribute, TypeRef<T> typeRef) Gets an attribute of an error detail.