mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-15 13:58:36 +02:00
Merge #1855
1855: Change `authentication` error type to be `auth` r=curquiza a=gmourier Co-authored-by: many <maxime@meilisearch.com>
This commit is contained in:
commit
b227666271
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ impl fmt::Display for ErrorType {
|
||||||
match self {
|
match self {
|
||||||
InternalError => write!(f, "internal"),
|
InternalError => write!(f, "internal"),
|
||||||
InvalidRequestError => write!(f, "invalid_request"),
|
InvalidRequestError => write!(f, "invalid_request"),
|
||||||
AuthenticationError => write!(f, "authentication"),
|
AuthenticationError => write!(f, "auth"),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue