export interface ErrorOptions { message: string statusCode?: number statusMessage?: string }