Module nanoservices_utils::errors
source · Expand description
NanoServiceError
structs are the way in which nanoservices can pass errors between each other and to the client
if the ResponseError
trait is implemented for the specific web-framework being used. The NanoServiceErrorStatus
enum is used to define the status of the error.
Structs§
- The custom error that Actix web automatically converts to a HTTP response.