Skip to content

Commit b98549d

Browse files
authored
Add missing master key error code for v0.30.0 (#1385)
Add missing master key error code for v0.30.0 (#1385)
1 parent e10c24d commit b98549d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/types/types.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,9 @@ export const enum ErrorStatusCode {
537537
/** @see https://docs.meilisearch.com/errors/#dump_not_found */
538538
DUMP_NOT_FOUND = 'dump_not_found',
539539

540+
/** @see https://docs.meilisearch.com/errors/#missing_master_key */
541+
MISSING_MASTER_KEY = 'missing_master_key',
542+
540543
/** @see https://docs.meilisearch.com/errors/#invalid_task_uid */
541544
INVALID_TASK_UID = 'invalid_task_uid',
542545

0 commit comments

Comments
 (0)