parent
62734899e2
commit
d46e721063
15 changed files with 71 additions and 14 deletions
|
@ -7,4 +7,6 @@ var (
|
|||
ErrSpeciesNotFound = errors.New("Species not found")
|
||||
// ErrSpeciesNotUpdated when not updated.
|
||||
ErrSpeciesNotUpdated = errors.New("Species not updated")
|
||||
// ErrSpeciesNotDeleted when not deleted.
|
||||
ErrSpeciesNotDeleted = errors.New("Species not deleted")
|
||||
)
|
||||
|
|
Reference in a new issue