-
-
Notifications
You must be signed in to change notification settings - Fork 153
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
On handlers for endpoints, instead of using HttpResponse as return type it should be replaced with Result<HttpResponce, actix_web::Error>. This change is tied up to #2 and can't be implemented without these being worked on first.
Reference
Todo
- Have smaller error types with appropriate error messages.
- Conversion from these custom error types to actix_web::Error
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request