errors

package
v0.1.18 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2025 License: MIT Imports: 0 Imported by: 0

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

type TrackingError struct {
	Err            error
	HTTPStatusCode int
}

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL