Docs.rs
actix-web-utils-0.2.20
actix-web-utils 0.2.20
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
franklinblanco
Dependencies
actix-web ^4.1.0
normal
log ^0.4
normal
serde ^1.0
normal
serde_json ^1
normal
Versions
44.68%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module error
actix_
web_
utils
0.2.20
Module error
Module Items
Enums
In actix_
web_
utils::
enums
actix_web_utils
::
enums
Module
error
Copy item path
Source
Enums
ยง
Error
This is supposed to be used whenever you have an error in your code and want to be more specific about it. Fits in with most CRUD web apps. What you send back to the client is a MessageResource, not the error itself!