mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-02-22 20:52:27 +00:00
fix
This commit is contained in:
parent
b1b9858da4
commit
e2eb9b0fcc
1 changed files with 1 additions and 1 deletions
|
@ -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}")]
|
||||
|
|
Loading…
Add table
Reference in a new issue