mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-26 12:05:05 +08:00
Change authentication error type to be
This commit is contained in:
parent
cf67964133
commit
6fea050813
@ -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…
Reference in New Issue
Block a user