 | ResultCodes Enumeration |
Domain of the function results
Namespace:
Enerj.CDI.WebService.V4
Assembly:
Enerj.CDI.WebService.V4 (in Enerj.CDI.WebService.V4.dll) Version: 4.13.0.0 (4.13.0.0)
Syntax
Members
| Member name | Value | Description |
---|
| OK | 0 |
No errors
|
| UtenteInesistenteONonAttivo | 1 |
User is not present or is not active
|
| AutenticazioneFallita | 2 |
Authentication error
|
| UtenteNonTrovato | 3 |
User not found
|
| CreazioneTokenFallita | 4 |
Authentication token creation error
|
| TokenNonValido | 5 |
Authentication token not valid. Maybe it's expired or there is a concurrent authentication
|
| OggettoNonValido | 6 |
Invalid input object
|
| PropietaNonValida | 7 |
Object property not valid
|
| DatabaseError | 8 |
Database Error
|
| ErroreGenerico | 9 |
Generic Error
|
| ControlloUtenteDisattivato | 10 |
User check disabled
|
| UltimaDataAggiornamentoCorrispondente | 11 |
Table update date check error
|
| ArchiviazioneErrata | 12 |
Archive check error
|
| ModificaDocErrata | 13 |
Document edit check error
|
| EliminazioneDocErrata | 14 |
Delete document check error
|
| CreazioneLinkErrata | 15 |
Link creation check error
|
| DownloadByIdErrato | 16 |
DownloadById method check error
|
| DownloadByBarcodeErrato | 17 |
DownloadByBarcodeErrato method check error
|
| DownloadByKeysErrato | 18 |
DownloadByKeysErrato method check error
|
| DocumentoNonTrovato | 19 |
Document not found error
|
| LottoNonTrovato | 20 |
Batch not found error
|
| PdvNonTrovato | 21 |
Pdv existing check error
|
See Also