func Forbidden() error { return errors.Code(403) }
func NotAllowed() error { return errors.Code(405) }
func NotFound() error { return errors.Code(404) }