Documentation
¶
Overview ¶
Package errors manage the errors for vulcan-tracker.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TrackingError ¶
TrackingError represents a custom error for this project.
func (*TrackingError) Error ¶
func (te *TrackingError) Error() string
Error returns an error as string.
func (*TrackingError) Unwrap ¶
func (te *TrackingError) Unwrap() error
Unwrap returns the inner error.
Click to show internal directories.
Click to hide internal directories.