mirror of
https://github.com/sstent/go-garth.git
synced 2026-01-26 17:11:42 +00:00
6 lines
314 B
Go
6 lines
314 B
Go
// Package errors defines structured error types used across the module,
|
|
// including APIError, IOError, AuthenticationError, OAuthError, and
|
|
// ValidationError. These implement error wrapping and preserve HTTP context.
|
|
// Note: This is an internal package and not intended for direct external use.
|
|
package errors
|