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 677f4cf commit db22b05Copy full SHA for db22b05
tests/resources/spec.json
@@ -1134,6 +1134,27 @@
1134
}
1135
},
1136
"required": ["result"]
1137
+ },
1138
+ "appwriteException": {
1139
+ "x-appwrite": {
1140
+ "types": [
1141
+ {
1142
+ "code": 400,
1143
+ "type": "general_mock",
1144
+ "message": "General errors thrown by the mock controller used for testing."
1145
1146
1147
+ "code": 409,
1148
+ "type": "document_already_exists",
1149
+ "message": "Document with the requested ID already exists. Try again with a different ID or use unique() to generate a unique ID."
1150
1151
1152
+ "code": 404,
1153
+ "type": "avatar_not_found",
1154
+ "message": "The request avatar could not be found."
1155
+ }
1156
+ ]
1157
1158
1159
1160
"externalDocs": {
0 commit comments