[INJIMOB-691] show backup error reason

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
This commit is contained in:
KiruthikaJeyashankar
2024-01-29 13:54:11 +05:30
parent 7f1eb64567
commit 56104c1252
15 changed files with 117 additions and 69 deletions

View File

@@ -96,6 +96,7 @@ export type IndividualId = {
idType: VcIdType;
};
export const TECHNICAL_ERROR = 'Technical error';
export const NETWORK_REQUEST_FAILED = 'Network request failed';
export const REQUEST_TIMEOUT = 'request timedout';
export const BIOMETRIC_CANCELLED = 'User has cancelled biometric';