export class ApiError { detail: string; constructor(detail: string) { this.detail = detail; } }