ogen
ogen copied to clipboard
[SUBJECT]: [DESCRIPTION] Request param in default error handler
Hi. I've seen this signature for function which handle default errors.
// Used for common default response.
NewError(ctx context.Context, err error) *DefaultErrorStatusCode
Is it possible to add request (*http.Request) to this handler?
Same question