Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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
Click to show internal directories.
Click to hide internal directories.