mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-02-23 04:52:28 +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)]
|
#[derive(Debug, ResourceError)]
|
||||||
pub enum AuthErrorOrOther<E>
|
pub enum AuthErrorOrOther<E>
|
||||||
{
|
{
|
||||||
#[status(UNAUTHORIZED)]
|
#[status(FORBIDDEN)]
|
||||||
#[display("Forbidden")]
|
#[display("Forbidden")]
|
||||||
Forbidden,
|
Forbidden,
|
||||||
#[display("{0}")]
|
#[display("{0}")]
|
||||||
|
|
Loading…
Add table
Reference in a new issue