ErrorModel interface
Běžné vyjádření chyb
Vlastnosti
| code | Kód chyby |
| details | Podrobnosti o chybě |
| inner |
Vnitřní chybová zpráva |
| message | Zpráva o chybě. |
| target | Cíl chyby |
Podrobnosti vlastnosti
code
Kód chyby
code?: string
Hodnota vlastnosti
string
details
innerError
Vnitřní chybová zpráva
innerError?: string
Hodnota vlastnosti
string
message
Zpráva o chybě.
message?: string
Hodnota vlastnosti
string
target
Cíl chyby
target?: string
Hodnota vlastnosti
string