Skip to content

Commit ea7a667

Browse files
amiecorsoamiecorso
andauthored
add error for missing consignor role (#420)
Co-authored-by: amiecorso <[email protected]>
1 parent 885e309 commit ea7a667

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/errors/src/errors.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,9 @@ export const Errors = {
358358
differentProjects: {
359359
message: 'Cannot mint removals from different projects in the same batch',
360360
},
361+
missingRole: {
362+
message: 'The to address for minting does not have the CONSIGNOR_ROLE.',
363+
},
361364
},
362365
listingError: {
363366
emptyBatch: {

0 commit comments

Comments
 (0)