Exceptions#
- exception MandatoryFieldMissing#
Exception raised when a mandatory field is missing
- __init__(field, message="This field has no value provided whereas it's mandatory")#
Constructor of the class
- Parameters
Examples
>>> raise MandatoryFieldMissing("uid or name")