SchemaParseError Class
Error parsing a JSON schema. :param str message: The message object stringified as 'message' attribute :keyword error: The original exception, if any
- Inheritance
-
SchemaParseError
Constructor
SchemaParseError(message, *args, **kwargs)
Parameters
- message
Variables
- message
- str
A stringified version of the message parameter
- inner_exception
- Exception
The exception passed with the 'error' kwarg
- exc_type
The exc_type from sys.exc_info()
- exc_value
The exc_value from sys.exc_info()
- exc_traceback
The exc_traceback from sys.exc_info()
- exc_msg
A string formatting of message parameter, exc_type and exc_value
Feedback
Submit and view feedback for