fixed timecode issue

This commit is contained in:
2025-09-22 10:53:41 -07:00
parent 4aa72fcd11
commit f2256a9cfe
20 changed files with 173 additions and 12 deletions

5
internal/errors/doc.go Normal file
View File

@@ -0,0 +1,5 @@
// 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