@@ -49,7 +49,7 @@ func Wrap(err error, msg string, metaPairs ...interface{}) (_ error) {
4949 // between releases.
5050 //
5151 // The current implementation of this function can be found here:
52- // https://github.com/encoredev/encore/blob/v1.46.1 /runtimes/go/beta/errs/error.go#L66-L82
52+ // https://github.com/encoredev/encore/blob/v1.48.13 /runtimes/go/beta/errs/error.go#L67-L84
5353 doPanic ("encore apps must be run using the encore command" )
5454 return
5555}
@@ -62,7 +62,7 @@ func WrapCode(err error, code ErrCode, msg string, metaPairs ...interface{}) (_
6262 // between releases.
6363 //
6464 // The current implementation of this function can be found here:
65- // https://github.com/encoredev/encore/blob/v1.46.1 /runtimes/go/beta/errs/error.go#L86-L101
65+ // https://github.com/encoredev/encore/blob/v1.48.13 /runtimes/go/beta/errs/error.go#L88-L104
6666 doPanic ("encore apps must be run using the encore command" )
6767 return
6868}
@@ -76,7 +76,7 @@ func Convert(err error) (_ error) {
7676 // between releases.
7777 //
7878 // The current implementation of this function can be found here:
79- // https://github.com/encoredev/encore/blob/v1.46.1 /runtimes/go/beta/errs/error.go#L106-L117
79+ // https://github.com/encoredev/encore/blob/v1.48.13 /runtimes/go/beta/errs/error.go#L109-L138
8080 doPanic ("encore apps must be run using the encore command" )
8181 return
8282}
@@ -90,7 +90,7 @@ func Code(err error) (_ ErrCode) {
9090 // between releases.
9191 //
9292 // The current implementation of this function can be found here:
93- // https://github.com/encoredev/encore/blob/v1.46.1 /runtimes/go/beta/errs/error.go#L122-L129
93+ // https://github.com/encoredev/encore/blob/v1.48.13 /runtimes/go/beta/errs/error.go#L143-L153
9494 doPanic ("encore apps must be run using the encore command" )
9595 return
9696}
@@ -103,7 +103,7 @@ func Meta(err error) (_ Metadata) {
103103 // between releases.
104104 //
105105 // The current implementation of this function can be found here:
106- // https://github.com/encoredev/encore/blob/v1.46.1 /runtimes/go/beta/errs/error.go#L133-L138
106+ // https://github.com/encoredev/encore/blob/v1.48.13 /runtimes/go/beta/errs/error.go#L157-L163
107107 doPanic ("encore apps must be run using the encore command" )
108108 return
109109}
@@ -116,7 +116,7 @@ func Details(err error) (_ ErrDetails) {
116116 // between releases.
117117 //
118118 // The current implementation of this function can be found here:
119- // https://github.com/encoredev/encore/blob/v1.46.1 /runtimes/go/beta/errs/error.go#L142-L147
119+ // https://github.com/encoredev/encore/blob/v1.48.13 /runtimes/go/beta/errs/error.go#L167-L173
120120 doPanic ("encore apps must be run using the encore command" )
121121 return
122122}
@@ -128,7 +128,7 @@ func (*Error) Error() (_ string) {
128128 // between releases.
129129 //
130130 // The current implementation of this function can be found here:
131- // https://github.com/encoredev/encore/blob/v1.46.1 /runtimes/go/beta/errs/error.go#L150-L155
131+ // https://github.com/encoredev/encore/blob/v1.48.13 /runtimes/go/beta/errs/error.go#L176-L181
132132 doPanic ("encore apps must be run using the encore command" )
133133 return
134134}
@@ -141,7 +141,7 @@ func (*Error) ErrorMessage() (_ string) {
141141 // between releases.
142142 //
143143 // The current implementation of this function can be found here:
144- // https://github.com/encoredev/encore/blob/v1.46.1 /runtimes/go/beta/errs/error.go#L159-L183
144+ // https://github.com/encoredev/encore/blob/v1.48.13 /runtimes/go/beta/errs/error.go#L185-L209
145145 doPanic ("encore apps must be run using the encore command" )
146146 return
147147}
@@ -153,7 +153,7 @@ func (*Error) Unwrap() (_ error) {
153153 // between releases.
154154 //
155155 // The current implementation of this function can be found here:
156- // https://github.com/encoredev/encore/blob/v1.46.1 /runtimes/go/beta/errs/error.go#L186-L188
156+ // https://github.com/encoredev/encore/blob/v1.48.13 /runtimes/go/beta/errs/error.go#L212-L214
157157 doPanic ("encore apps must be run using the encore command" )
158158 return
159159}
@@ -170,7 +170,7 @@ func HTTPError(w http.ResponseWriter, err error) {
170170 // between releases.
171171 //
172172 // The current implementation of this function can be found here:
173- // https://github.com/encoredev/encore/blob/v1.46.1 /runtimes/go/beta/errs/error.go#L196-L198
173+ // https://github.com/encoredev/encore/blob/v1.48.13 /runtimes/go/beta/errs/error.go#L222-L224
174174 doPanic ("encore apps must be run using the encore command" )
175175 return
176176}
0 commit comments