We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8c64f9 + 9dca1ea commit 0da2ab5Copy full SHA for 0da2ab5
3 files changed
dist/api/introduction/sample-error.js
@@ -0,0 +1,11 @@
1
+const json = `{
2
+ "status": false,
3
+ "message": "Email Address is required",
4
+ "meta": {
5
+ "nextStep": "Provide all required params "
6
+ },
7
+ "type": "validation_error",
8
+ "code": "missing_params"
9
+}`
10
+
11
+export {json}
src/api/introduction/sample-error/config.yml
@@ -0,0 +1,3 @@
+type: standalone
+languages:
+ - json
src/api/introduction/sample-error/index.json
@@ -0,0 +1,9 @@
+{
+}
0 commit comments