Home > @vsf-enterprise/sapcc > UseConsentsError
UseConsentsError interface
An indicator of useConsents composable methods errors
Signature:
export interface UseConsentsError
Properties
| Property | Type | Description |
|---|---|---|
| giveConsent | Error | Stores errors thrown by useConsents().giveConsent method |
| loadConsents | Error | Stores errors thrown by useConsents().loadConsents method |
| mergeAllConsents | Error | Stores errors thrown by useConsents().mergeAllConsents method |
| removeConsent | Error | Stores errors thrown by useConsents().removeConsent method |