export interface errorObject {
    message: string;
    code: number;
}
