enum Meilisearch::Error::Type
Defined in:
meilisearch/error.cr
Enum Members
-
ApiKeyAlreadyExists =
0
-
ApiKeyNotFound =
1
-
BadRequest =
2
-
DatabaseSizeLimitReached =
3
-
DocumentFieldsLimitReached =
4
-
DocumentNotFound =
5
-
DumpProcessFailed =
6
-
ImmutableApiKeyActions =
7
-
ImmutableApiKeyCreatedAt =
8
-
ImmutableApiKeyExpiresAt =
9
-
ImmutableApiKeyIndexes =
10
-
ImmutableApiKey =
11
-
ImmutableApiKeyUid =
12
-
ImmutableApiKeyUpdatedAt =
13
-
ImmutableIndexUid =
14
-
ImmutableIndexUpdatedAt =
15
-
IndexAlreadyExists =
16
-
IndexCreationFailed =
17
-
IndexNotFound =
18
-
IndexPrimaryKeyAlreadyExists =
19
-
IndexPrimaryKeyMultipleCandidatesFound =
20
-
Internal =
21
-
InvalidApiKey =
22
-
InvalidApiKeyActions =
23
-
InvalidApiKeyDescription =
24
-
InvalidApiKeyExpiresAt =
25
-
InvalidApiKeyIndexes =
26
-
InvalidApiKeyLimit =
27
-
InvalidApiKeyName =
28
-
InvalidApiKeyOffset =
29
-
InvalidApiKeyUid =
30
-
InvalidContentType =
31
-
InvalidDocumentCsvDelimiter =
32
-
InvalidDocumentId =
33
-
InvalidDocumentFields =
34
-
InvalidDocumentLimit =
35
-
InvalidDocumentOffset =
36
-
InvalidDocumentGeoField =
37
-
InvalidIndexLimit =
38
-
InvalidIndexOffset =
39
-
InvalidIndexUid =
40
-
InvalidIndexPrimaryKey =
41
-
InvalidSearchAttributesToCrop =
42
-
InvalidSearchAttributesToHighlight =
43
-
InvalidSearchAttributesToRetrieve =
44
-
InvalidSearchCropLength =
45
-
InvalidSearchCropMarker =
46
-
InvalidSearchFacets =
47
-
InvalidSearchFilter =
48
-
InvalidSearchHighlightPostTag =
49
-
InvalidSearchHighlightPreTag =
50
-
InvalidSearchHitsPerPage =
51
-
InvalidSearchLimit =
52
-
InvalidSearchMatchingStrategy =
53
-
InvalidSearchOffset =
54
-
InvalidSearchPage =
55
-
InvalidSearchQ =
56
-
InvalidSearchShowMatchesPosition =
57
-
InvalidSearchSort =
58
-
InvalidSettingsDisplayedAttributes =
59
-
InvalidSettingsDistinctAttribute =
60
-
InvalidSettingsFaceting =
61
-
InvalidSettingsFilterableAttributes =
62
-
InvalidSettingsRankingRules =
64
-
InvalidSettingsSearchableAttributes =
65
-
InvalidSettingsSortableAttributes =
66
-
InvalidSettingsStopWords =
67
-
InvalidSettingsSynonyms =
68
-
InvalidSettingsTypoTolerance =
69
-
InvalidState =
70
-
InvalidStoreFile =
71
-
InvalidSwapDuplicateIndexFound =
72
-
InvalidSwapIndexes =
73
-
InvalidTaskAfterEnqueuedAt =
74
-
InvalidTaskAfterFinishedAt =
75
-
InvalidTaskAfterStartedAt =
76
-
InvalidTaskBeforeEnqueuedAt =
77
-
InvalidTaskBeforeFinishedAt =
78
-
InvalidTaskBeforeStartedAt =
79
-
InvalidTaskCanceledBy =
80
-
InvalidTaskIndexUids =
81
-
InvalidTaskLimit =
82
-
InvalidTaskStatuses =
83
-
InvalidTaskTypes =
84
-
InvalidTaskUids =
85
-
IoError =
86
-
IndexPrimaryKeyNoCandidateFound =
87
-
MalformedPayload =
88
-
MissingApiKeyActions =
89
-
MissingApiKeyExpiresAt =
90
-
MissingApiKeyIndexes =
91
-
MissingContentType =
93
-
MissingDocumentId =
94
-
MissingIndexUid =
95
-
MissingMasterKey =
96
-
MissingPayload =
97
-
MissingSwapIndexes =
98
-
MissingTaskFilters =
99
-
NoSpaceLeftOnDevice =
100
-
NotFound =
101
-
PayloadTooLarge =
102
-
TaskNotFound =
103
-
TooManyOpenFiles =
104
-
UnretrievableDocument =
105
Instance Method Summary
Instance Method Detail
def
api_key_already_exists?
#
def
database_size_limit_reached?
#
def
document_fields_limit_reached?
#
def
document_not_found?
#
def
dump_process_failed?
#
def
immutable_api_key_actions?
#
def
immutable_api_key_created_at?
#
def
immutable_api_key_expires_at?
#
def
immutable_api_key_indexes?
#
def
immutable_api_key_uid?
#
def
immutable_api_key_updated_at?
#
def
immutable_index_uid?
#
def
immutable_index_updated_at?
#
def
index_already_exists?
#
def
index_creation_failed?
#
def
index_primary_key_already_exists?
#
def
index_primary_key_multiple_candidates_found?
#
def
index_primary_key_no_candidate_found?
#
def
invalid_api_key_actions?
#
def
invalid_api_key_description?
#
def
invalid_api_key_expires_at?
#
def
invalid_api_key_indexes?
#
def
invalid_api_key_limit?
#
def
invalid_api_key_name?
#
def
invalid_api_key_offset?
#
def
invalid_api_key_uid?
#
def
invalid_content_type?
#
def
invalid_document_csv_delimiter?
#
def
invalid_document_fields?
#
def
invalid_document_geo_field?
#
def
invalid_document_id?
#
def
invalid_document_limit?
#
def
invalid_document_offset?
#
def
invalid_index_limit?
#
def
invalid_index_offset?
#
def
invalid_index_primary_key?
#
def
invalid_search_attributes_to_crop?
#
def
invalid_search_attributes_to_highlight?
#
def
invalid_search_attributes_to_retrieve?
#
def
invalid_search_crop_length?
#
def
invalid_search_crop_marker?
#
def
invalid_search_facets?
#
def
invalid_search_filter?
#
def
invalid_search_highlight_post_tag?
#
def
invalid_search_highlight_pre_tag?
#
def
invalid_search_hits_per_page?
#
def
invalid_search_limit?
#
def
invalid_search_matching_strategy?
#
def
invalid_search_offset?
#
def
invalid_search_page?
#
def
invalid_search_show_matches_position?
#
def
invalid_search_sort?
#
def
invalid_settings_displayed_attributes?
#
def
invalid_settings_distinct_attribute?
#
def
invalid_settings_faceting?
#
def
invalid_settings_filterable_attributes?
#
def
invalid_settings_ranking_rules?
#
def
invalid_settings_searchable_attributes?
#
def
invalid_settings_sortable_attributes?
#
def
invalid_settings_stop_words?
#
def
invalid_settings_synonyms?
#
def
invalid_settings_typo_tolerance?
#
def
invalid_store_file?
#
def
invalid_swap_duplicate_index_found?
#
def
invalid_swap_indexes?
#
def
invalid_task_after_enqueued_at?
#
def
invalid_task_after_finished_at?
#
def
invalid_task_after_started_at?
#
def
invalid_task_before_enqueued_at?
#
def
invalid_task_before_finished_at?
#
def
invalid_task_before_started_at?
#
def
invalid_task_canceled_by?
#
def
invalid_task_index_uids?
#
def
invalid_task_limit?
#
def
invalid_task_statuses?
#
def
invalid_task_types?
#
def
missing_api_key_actions?
#
def
missing_api_key_expires_at?
#
def
missing_api_key_indexes?
#
def
missing_content_type?
#
def
missing_document_id?
#
def
missing_master_key?
#
def
missing_swap_indexes?
#
def
missing_task_filters?
#
def
no_space_left_on_device?
#
def
too_many_open_files?
#
def
unretrievable_document?
#