export default class ErrorResponse { status: number; message: string; detail: string; }