NewOptionsInvalidForFormatError is a fetch error.
(format string, inputName string, issue string)
| 93 | |
| 94 | // NewOptionsInvalidForFormatError is a fetch error. |
| 95 | func NewOptionsInvalidForFormatError(format string, inputName string, issue string) error { |
| 96 | return fmt.Errorf("invalid options for input %q for format %q: %s", inputName, format, issue) |
| 97 | } |
| 98 | |
| 99 | // NewOptionsCouldNotParseStripComponentsError is a fetch error. |
| 100 | func NewOptionsCouldNotParseStripComponentsError(s string) error { |
no outgoing calls
searching dependent graphs…