about summary refs log tree commit diff stats
path: root/internal/http/error.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/http/error.go')
-rw-r--r--internal/http/error.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/internal/http/error.go b/internal/http/error.go
new file mode 100644
index 0000000..8ad3e16
--- /dev/null
+++ b/internal/http/error.go
@@ -0,0 +1,7 @@
+package http
+
+type Error struct {
+	Error   error
+	Message string
+	Code    int
+}