export type Err = { code: string; message: string; description: string; detail: string; actionable?: boolean; error?: any; };