Errors

Invalid

class json_justify.validators.Invalid(message, *args, **kwargs)

This Exception is General Exception used to raise when Data is invalid, Not a valid Type etc.

Parameters:
  • message (str) – Message you want to print in error
  • args – any
  • kwargs – any

InvalidMachiene

class json_justify.jason.InvalidMachiene(message)

This is InvalidMachiene class which is used to raise Exception when Invalid function is registered to attris

Parameters:message (str) – message to be raise when error occours

InvalidContainer

class json_justify.jason.InvalidContainer(message)

This is InvalidMachiene class which is used to raise Exception when Invalid function is registered to render

Parameters:message (str) – message to be raise when error occours