about summary refs log tree commit diff stats
path: root/internal/http/error.go
blob: 8ad3e160ba03c18263f5f44d7010b1164b65e4a2 (plain)
1
2
3
4
5
6
7
package http

type Error struct {
	Error   error
	Message string
	Code    int
}