We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e10c24d commit b98549dCopy full SHA for b98549d
src/types/types.ts
@@ -537,6 +537,9 @@ export const enum ErrorStatusCode {
537
/** @see https://docs.meilisearch.com/errors/#dump_not_found */
538
DUMP_NOT_FOUND = 'dump_not_found',
539
540
+ /** @see https://docs.meilisearch.com/errors/#missing_master_key */
541
+ MISSING_MASTER_KEY = 'missing_master_key',
542
+
543
/** @see https://docs.meilisearch.com/errors/#invalid_task_uid */
544
INVALID_TASK_UID = 'invalid_task_uid',
545
0 commit comments