customBinderReturningError returns a fixed error for testing extractFieldFromError branches.
| 2219 | |
| 2220 | // customBinderReturningError returns a fixed error for testing extractFieldFromError branches. |
| 2221 | type customBinderReturningError struct { |
| 2222 | err error |
| 2223 | mimeType string |
| 2224 | } |
| 2225 | |
| 2226 | func (*customBinderReturningError) Name() string { |
| 2227 | return "error-binder" |
nothing calls this directly
no outgoing calls
no test coverage detected