Skip to content

Commit af72e46

Browse files
committed
Update error codes
1 parent c912827 commit af72e46

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,13 +720,14 @@ module JSONAPI
720720
KEY_NOT_INCLUDED_IN_URL = 110
721721
INVALID_INCLUDE = 112
722722
RELATION_EXISTS = 113
723-
INVALID_SORT_PARAM = 114
723+
INVALID_SORT_CRITERIA = 114
724724
INVALID_LINKS_OBJECT = 115
725725
TYPE_MISMATCH = 116
726726
INVALID_PAGE_OBJECT = 117
727727
INVALID_PAGE_VALUE = 118
728728
INVALID_FIELD_FORMAT = 119
729729
INVALID_FILTERS_SYNTAX = 120
730+
SAVE_FAILED = 121
730731
FORBIDDEN = 403
731732
RECORD_NOT_FOUND = 404
732733
UNSUPPORTED_MEDIA_TYPE = 415

0 commit comments

Comments
 (0)