ApiErrorBase interface
Základ chyb rozhraní API.
Vlastnosti
code | Kód chyby |
message | Chybová zpráva |
target | Cíl konkrétní chyby. |
Podrobnosti vlastnosti
code
Kód chyby
code?: string
Hodnota vlastnosti
string
message
Chybová zpráva
message?: string
Hodnota vlastnosti
string
target
Cíl konkrétní chyby.
target?: string
Hodnota vlastnosti
string