errors

package module
v0.0.0-...-55670f9 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2021 License: GPL-3.0 Imports: 3 Imported by: 7

README

Scholarship Tracker Utilities - Errors

gopherbadger-tag-do-not-edit

Custom error package for Scholarship Tracker

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Expand

func Expand(err error) error

Types

type ScholarshipTrackerError

type ScholarshipTrackerError interface {
	error
	Message() string
	FullMessage() string
	ToArray() []string
	Parent() error
	DeepEqual(err ScholarshipTrackerError) bool
}

func New

func New(message string, parent error) ScholarshipTrackerError

Jump to

Keyboard shortcuts

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