Skip to content

Commit

Permalink
adding error message
Browse files Browse the repository at this point in the history
  • Loading branch information
irreverentsimplicity committed Nov 11, 2023
1 parent 9faec3d commit 8eaee43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/gno.land/p/demo/grc/grc721/errors.gno
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ var (
ErrTransferFromIncorrectOwner = errors.New("transfer from incorrect owner")
ErrTransferToNonGRC721Receiver = errors.New("transfer to non GRC721Receiver implementer")
ErrCallerIsNotOwnerOrApproved = errors.New("caller is not token owner or approved")
ErrTokenURINotSet = errors.New("tokeURIs not set")
ErrTokenIdAlreadyExists = errors.New("token id already exists")
)

0 comments on commit 8eaee43

Please sign in to comment.