class VellumException(Exception):
pass
class VellumApiError(VellumException):
class VellumGenerateException(VellumApiError):