aboutsummaryrefslogtreecommitdiff
path: root/errors.go
AgeCommit message (Collapse)Author
2025-04-21feat: Add getters to error structsEthan P.
2025-04-21feat: Use error structs for most returned errorsEthan P.
This allows callers to differentiate between error types without having to parse the error message string.