formation-api: move frame about errors from data source to workflow section

This commit is contained in:
Valentin Deniaud 2023-04-17 10:58:40 +02:00
parent b563979615
commit 067a1f8a9c
1 changed files with 11 additions and 11 deletions

View File

@ -89,17 +89,6 @@
\end{minted}
\end{frame}
\begin{frame}[fragile]{Et les erreurs ?}
\begin{minted}[tabsize=4]{json}
{
"err": 1,
"err_class": "TypeError",
"err_desc": "name must be a string",
"data": null
}
\end{minted}
\end{frame}
\begin{frame}{Utilisation dans une démarche}
\begin{itemize}
\item Alimentation d'un champ liste\footnote{\url{https://doc-publik.entrouvert.com/admin-fonctionnel/fabrique-formulaires/form-champs/champ_liste/}}
@ -135,6 +124,17 @@
\end{minted}
\end{frame}
\begin{frame}[fragile]{Et les erreurs ?}
\begin{minted}[tabsize=4]{json}
{
"err": 1,
"err_class": "TypeError",
"err_desc": "name must be a string",
"data": null
}
\end{minted}
\end{frame}
\begin{frame}{Utilisation}
\begin{itemize}
\item Dans les workflows