1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-02-22 20:52:27 +00:00
This commit is contained in:
Dominic 2020-05-08 22:54:54 +02:00
parent b1b9858da4
commit e2eb9b0fcc
Signed by: msrd0
GPG key ID: DCC8C247452E98F9

View file

@ -58,7 +58,7 @@ error, or delegates to another error type. This type is best used with [`AuthRes
#[derive(Debug, ResourceError)]
pub enum AuthErrorOrOther<E>
{
#[status(UNAUTHORIZED)]
#[status(FORBIDDEN)]
#[display("Forbidden")]
Forbidden,
#[display("{0}")]