diff options
Diffstat (limited to 'internal/http')
-rw-r--r-- | internal/http/error.go | 7 |
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 +} |