export type ErrorResponse = { message?: string; errorId?: string; meta?: Record; validationDetails?: Record>; errorType?: string; };