conda_recipe_manager.parser.exceptions
- Description:
Provides exceptions thrown by the parser.
Exceptions
|
Indicates that the calling code has attempted to use an illegal JSON patch payload that does not meet the schema criteria. |
- exception conda_recipe_manager.parser.exceptions.JsonPatchValidationException(patch: JsonPatchType)[source]
Bases:
Exception
Indicates that the calling code has attempted to use an illegal JSON patch payload that does not meet the schema criteria.
- add_note()
Exception.add_note(note) -- add a note to the exception
- with_traceback()
Exception.with_traceback(tb) -- set self.__traceback__ to tb and return self.
- args