export default class ErrorOptions { code?: string; message: string; [key: string]: any; }