mirror of
https://github.com/weyne85/chaturbate-dvr.git
synced 2025-10-29 16:58:56 +00:00
2.0.0 refactor
This commit is contained in:
13
internal/internal_err.go
Normal file
13
internal/internal_err.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package internal
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrChannelExists = errors.New("channel exists")
|
||||
ErrChannelNotFound = errors.New("channel not found")
|
||||
ErrCloudflareBlocked = errors.New("blocked by Cloudflare; try with `-cookies` and `-user-agent`")
|
||||
ErrChannelOffline = errors.New("channel offline")
|
||||
ErrPrivateStream = errors.New("channel went offline or private")
|
||||
ErrPaused = errors.New("channel paused")
|
||||
ErrStopped = errors.New("channel stopped")
|
||||
)
|
||||
Reference in New Issue
Block a user