exceptions Module

Classes

SchemaDeserializationError

Error deserializing a JSON schema. :param str message: The message object stringified as 'message' attribute :keyword error: The original exception, if any

SchemaParseError

Error parsing a JSON schema. :param str message: The message object stringified as 'message' attribute :keyword error: The original exception, if any

SchemaSerializationError

Error serializing a JSON schema. :param str message: The message object stringified as 'message' attribute :keyword error: The original exception, if any