Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrCipherNotFound = errors.New("cipher not found") ErrInvalidCharactersInVideoID = errors.New("invalid characters in video id") ErrVideoIDMinLength = errors.New("the video id must be at least 10 characters long") ErrReadOnClosedResBody = errors.New("http: read on closed response body") )
Functions ¶
This section is empty.
Types ¶
type ErrPlayabiltyStatus ¶
func (ErrPlayabiltyStatus) Error ¶
func (err ErrPlayabiltyStatus) Error() string
type ErrResponseStatus ¶
func (ErrResponseStatus) Error ¶
func (err ErrResponseStatus) Error() string
type ErrUnexpectedStatusCode ¶
type ErrUnexpectedStatusCode int
ErrUnexpectedStatusCode is returned on unexpected HTTP status codes
func (ErrUnexpectedStatusCode) Error ¶
func (err ErrUnexpectedStatusCode) Error() string
Click to show internal directories.
Click to hide internal directories.