Fix display of error codes in doc

This commit is contained in:
Clément OUDOT 2022-06-01 12:03:53 +02:00
parent d7ed5c9e35
commit 91cff59628
1 changed files with 105 additions and 105 deletions

View File

@ -5,8 +5,8 @@ Error codes list
This page references all Portal error codes.
.. code-block:: perl
```
PE_IDPCHOICE => -5,
PE_SENDRESPONSE => -4,
PE_INFO => -3,
@ -110,4 +110,4 @@ PE_NO_SECOND_FACTORS => 103,
PE_BAD_DEVOPS_FILE => 104,
PE_FILENOTFOUND => 105,
PE_OIDC_AUTH_ERROR => 106
```