Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type URLValidationError ¶
URLValidationError represents an error from validating a data source URL.
func (URLValidationError) Error ¶
func (e URLValidationError) Error() string
Error returns the error message.
func (URLValidationError) Unwrap ¶
func (e URLValidationError) Unwrap() error
nolint:unused Unwrap returns the wrapped error. Used by errors package.
Click to show internal directories.
Click to hide internal directories.