merged from gramsrv upstream
This commit is contained in:
parent
79c64ee916
commit
21a0856587
651 changed files with 54774 additions and 4590 deletions
|
|
@ -18,6 +18,9 @@ var (
|
|||
// ErrGifCatalogEntryNotFound is returned by an update/delete against an id
|
||||
// that doesn't exist.
|
||||
ErrGifCatalogEntryNotFound = errors.New("gif catalog entry not found")
|
||||
// ErrGifCatalogFull is returned when a create would push the catalog past
|
||||
// MaxGifCatalogEntries.
|
||||
ErrGifCatalogFull = errors.New("gif catalog is full")
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue