(format string, args ...any)
| 27 | } |
| 28 | |
| 29 | func invalidParamf(format string, args ...any) error { |
| 30 | return invalidParameterErr{fmt.Errorf(format, args...)} |
| 31 | } |
| 32 | |
| 33 | type unauthorizedErr struct{ error } |
| 34 |
no outgoing calls
no test coverage detected
searching dependent graphs…