able to get product
This commit is contained in:
@ -5,6 +5,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
ErrNotFound SimpleError = "not found"
|
||||
ErrNotImplemented SimpleError = "not implemented"
|
||||
ErrUnexpectedStatus SimpleError = "unexpected status"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user