We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c912827 commit af72e46Copy full SHA for af72e46
1 file changed
README.md
@@ -720,13 +720,14 @@ module JSONAPI
720
KEY_NOT_INCLUDED_IN_URL = 110
721
INVALID_INCLUDE = 112
722
RELATION_EXISTS = 113
723
- INVALID_SORT_PARAM = 114
+ INVALID_SORT_CRITERIA = 114
724
INVALID_LINKS_OBJECT = 115
725
TYPE_MISMATCH = 116
726
INVALID_PAGE_OBJECT = 117
727
INVALID_PAGE_VALUE = 118
728
INVALID_FIELD_FORMAT = 119
729
INVALID_FILTERS_SYNTAX = 120
730
+ SAVE_FAILED = 121
731
FORBIDDEN = 403
732
RECORD_NOT_FOUND = 404
733
UNSUPPORTED_MEDIA_TYPE = 415
0 commit comments