BadData
Raised if bad data of any sort was encountered. This is the base for all exceptions that ItsDangerous defines.
Attributes
| Attribute | Type | Description |
|---|---|---|
| message | string = null | The error message describing the specific data validation failure encountered. |
Constructor
Signature
def BadData(self, message): ...
Parameters
| Name | Type | Description |
|---|---|---|
| message | string | The error message describing the bad data encountered. |