export enum StorageErrors { NON_EXISTENT = 'Does not exist', ALREADY_EXISTS = 'Already exists', DELETED = 'Deleted' }