Skip to content

Commit

Permalink
feat: new constants errors (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker authored Feb 13, 2025
1 parent 9990d0f commit 9a81d2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/errors/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ export const JUNO_DATASTORE_ERROR_USER_CALLER_KEY = 'juno.datastore.error.user.c
export const JUNO_DATASTORE_ERROR_USER_KEY_NO_PRINCIPAL =
'juno.datastore.error.user.key_no_principal';
export const JUNO_DATASTORE_ERROR_USER_NOT_ALLOWED = 'juno.datastore.error.user.not_allowed';
export const JUNO_DATASTORE_ERROR_USER_USAGE_CHANGE_LIMIT_REACHED =
'juno.datastore.error.user.usage.change_limit_reached';
export const JUNO_DATASTORE_ERROR_USER_USAGE_INVALID_DATA =
'juno.datastore.error.user.usage.invalid_data';

0 comments on commit 9a81d2a

Please sign in to comment.