mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Update error codes on the api key routes
This commit is contained in:
parent
96105a5e8d
commit
9ab791bedc
5 changed files with 114 additions and 18 deletions
|
@ -291,7 +291,7 @@ impl From<v5::ResponseError> for v6::ResponseError {
|
|||
"malformed_payload" => v6::Code::MalformedPayload,
|
||||
"missing_payload" => v6::Code::MissingPayload,
|
||||
"api_key_not_found" => v6::Code::ApiKeyNotFound,
|
||||
"missing_parameter" => v6::Code::MissingParameter,
|
||||
"missing_parameter" => v6::Code::UnretrievableErrorCode,
|
||||
"invalid_api_key_actions" => v6::Code::InvalidApiKeyActions,
|
||||
"invalid_api_key_indexes" => v6::Code::InvalidApiKeyIndexes,
|
||||
"invalid_api_key_expires_at" => v6::Code::InvalidApiKeyExpiresAt,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue