all repos — homestead @ 8d68769bb817fbac3a3b67c455d2112af40450c5

Code for my website

internal/http/error.go (view raw)

1
2
3
4
5
6
7
package http

type Error struct {
	Error   error
	Message string
	Code    int
}