all repos — homestead @ e586c122cf3b8fb845f8836f9361406ad94c844c

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
}