summaryrefslogtreecommitdiff
path: root/src/main/resources/public/examples/from-spec/error.collection+json
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/public/examples/from-spec/error.collection+json')
-rw-r--r--src/main/resources/public/examples/from-spec/error.collection+json12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/main/resources/public/examples/from-spec/error.collection+json b/src/main/resources/public/examples/from-spec/error.collection+json
new file mode 100644
index 0000000..bd67e3e
--- /dev/null
+++ b/src/main/resources/public/examples/from-spec/error.collection+json
@@ -0,0 +1,12 @@
+{ "collection" :
+ {
+ "version" : "1.0",
+ "href" : "http://example.org/friends/",
+
+ "error" : {
+ "title" : "Server Error",
+ "code" : "X1C2",
+ "message" : "The server have encountered an error, please wait and try again."
+ }
+ }
+}