export interface PouchError { status?: number; name?: string; reason?: string; message?: string; error?: string; }