HttpErrorContext constructor
HttpErrorContext({})
Implementation
HttpErrorContext({
required this.method,
required this.requestPath,
required this.responseCode,
required this.responseBody,
});
HttpErrorContext({
required this.method,
required this.requestPath,
required this.responseCode,
required this.responseBody,
});