ApiError interface
Filo için ApiError
Özellikler
| code | Hata kodu. |
| details | API hata ayrıntıları |
| innererror | API iç hatası |
| message | Hata iletisi. |
| target | Belirli bir hatanın hedefi. |
Özellik Ayrıntıları
code
Hata kodu.
code?: string
Özellik Değeri
string
details
innererror
message
Hata iletisi.
message?: string
Özellik Değeri
string
target
Belirli bir hatanın hedefi.
target?: string
Özellik Değeri
string