Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrUnknown = errors.New("unknown error") ErrNoResponse = errors.New("no response") ErrInvalidRequest = errors.New("invalid request") ErrInvalidResponse = errors.New("invalid response") ErrAuthentication = errors.New("authentication error") ErrPermission = errors.New("permission error") ErrNotFound = errors.New("not found") ErrRateLimit = errors.New("rate limit error") ErrOverloaded = errors.New("overloaded") ErrInternalServer = errors.New("internal server error") ErrUnprocessableContent = errors.New("unprocessable content") ErrUnsupportedFileFormat = errors.New("unsupported file format") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.