Uses of Class
io.dapr.exceptions.DaprError
Packages that use DaprError
-
Uses of DaprError in io.dapr.exceptions
Methods in io.dapr.exceptions that return DaprErrorModifier and TypeMethodDescriptionDaprError.setDetails
(List<Map<String, Object>> details) Sets the error details.DaprError.setErrorCode
(String errorCode) Sets the error code.DaprError.setMessage
(String message) Sets the error message.Constructors in io.dapr.exceptions with parameters of type DaprErrorModifierConstructorDescriptionDaprException
(DaprError daprError, byte[] payload, int httpStatusCode) New exception from a server-side generated error code and message.DaprException
(DaprError daprError, Throwable cause) New exception from a server-side generated error code and message.