Error

class Error(*, fields=None, message=None)

Custom error.

Variables:
  • fields (List[str], optional) – The fields that caused the error.

  • message (str, optional) – Error message.