export interface IResourceError {
    logref: string;
    message: string;
}
