Equation environment in caption
Keeping empty square brackets after \caption tag will solve the error:
\caption[]{
\begin{minipage}{\linewidth}
\begin{equation}
x=y
\end{equation}
\end{minipage}
}
Keeping empty square brackets after \caption tag will solve the error:
\caption[]{
\begin{minipage}{\linewidth}
\begin{equation}
x=y
\end{equation}
\end{minipage}
}