/** * @author Daniel de Oliveira */ export class ImagestoreErrors { public static NOT_FOUND: string = 'error:app/core/images/imagestore/imagestore-errors.ts:notfound'; public static EMPTY: string = 'error:app/core/images/imagestore/imagestore-errors.ts:empty'; public static GENERIC_ERROR: string = 'error:app/core/images/imagestore/imagestore-errors.ts:error'; public static INVALID_PATH: string = 'error:app/core/images/imagestore/imagestore-errors.ts:invalidpath'; }