feat(api): add subscription server and client services and interfaces (#1470)
* feat(api): add subscription server and client services and interfaces * fix(api): linter issues * feat(models): add subscription invitations * feat(api): add subscriptions invitation operations on server side * fix(api): linter issues
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
export enum ErrorMessage {
|
||||
InvitingInProgress = 'An existing invitation request is already in progress.',
|
||||
RegistrationInProgress = 'An existing registration request is already in progress.',
|
||||
GenericRegistrationFail = 'A server error occurred while trying to register. Please try again.',
|
||||
RateLimited = 'Too many successive server requests. Please wait a few minutes and try again.',
|
||||
InsufficientPasswordMessage = 'Your password must be at least %LENGTH% characters in length. For your security, please choose a longer password or, ideally, a passphrase, and try again.',
|
||||
PasscodeRequired = 'Your passcode is required in order to register for an account.',
|
||||
GenericFail = 'A server error occurred. Please try again.',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user