DeficiencyData
sealed interface DeficiencyData
Represents additional data related to an error or warning event.
Inheritors
| Throwable |
| Network |
Types
| Name | Summary |
|---|---|
| Network | interface Network : DeficiencyData Data that will be provided as part of a warning or error event when the root cause is associated with a network request. |
| Throwable | interface Throwable : DeficiencyData Data that will be provided as part of a warning or error event when the root cause is associated with a throwable. |