export const randomApiError = () => { const error = Math.random() > 0.5; return error; };