Skip to content

Commit

Permalink
Add missing master key error code for v0.30.0 (meilisearch#1385)
Browse files Browse the repository at this point in the history
Add missing master key error code for v0.30.0 (meilisearch#1385)
  • Loading branch information
bidoubiwa authored Nov 11, 2022
1 parent e10c24d commit b98549d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/types/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,9 @@ export const enum ErrorStatusCode {
/** @see https://docs.meilisearch.com/errors/#dump_not_found */
DUMP_NOT_FOUND = 'dump_not_found',

/** @see https://docs.meilisearch.com/errors/#missing_master_key */
MISSING_MASTER_KEY = 'missing_master_key',

/** @see https://docs.meilisearch.com/errors/#invalid_task_uid */
INVALID_TASK_UID = 'invalid_task_uid',

Expand Down

0 comments on commit b98549d

Please sign in to comment.