Skip to main content

BadData

Raised if bad data of any sort was encountered. This is the base for all exceptions that ItsDangerous defines.

Attributes

AttributeTypeDescription
messagestring = nullThe error message describing the specific data validation failure encountered.

Constructor

Signature

def BadData(self, message): ...

Parameters

NameTypeDescription
messagestringThe error message describing the bad data encountered.