deepfos.exceptions

Exceptions

APIError

API相关异常

APIRequestError

调用API时请求异常

APIResponseError(msg[, code])

调用API返回异常

BadFutureError(msg, obj)

获取future property返回值过程出现错误

BaseOptionError

配置项异常基类

DeepModelError

DeepModel相关报错基类

DeepfosBaseException

deepfos自定义异常基类

DimensionSaveError

无法保存维度

ElementAmbiguousError

无法锁定唯一元素

ElementError

元素相关异常

ElementNotFoundError

元素不存在

ElementTypeMissingError

无法获取元素类型

ElementVersionIncompatibleError

元素版本不兼容

ExternalObjectReadOnly

外部对象只可读

JournalModelCheckError

JournalModel校验失败

JournalModelError

JournalModel相关报错基类

JournalModelPostingError

JournalModel过账/取消过账失败

JournalModelSaveError

JournalModel保存失败

LockAcquireFailed

无法获取Redis锁

MDXExecuteFail

执行MDX任务失败

MDXExecuteTimeout

执行MDX任务超时

MemberNotFoundError

维度成员不存在

MsgCenterError(*reasons)

消息中心推送失败

MultiLinkTargetNotUnique

relation信息source的target不唯一

ObjectNotExist

DeepModel对象不存在

OptionNotSetError

配置项未设置

OptionTypeError

配置项类型错误

OptionValueError

配置项值错误

PyTaskConcurrencyExceed(*reasons)

任务并发数过高

PyTaskError(*reasons)

执行脚本报错基类

PyTaskInvalidError(*reasons)

无效的python任务ID

PyTaskRevokedError(*reasons)

python脚本被中断执行

PyTaskRunTimeError(*reasons)

执行脚本出错

PyTaskTimeLimitExceed(*reasons)

python脚本运行时间超过最大限制

RelationRequired

multi link字段缺少relation信息

RequiredFieldUnfilled

缺少必填字段

ResultTimeOutError(*reasons)

等待python执行结果超时

SingleLinkInRelation

single link字段出现在relation中

VariableCreateError

无法新建变量

VariableUpdateError

无法更新变量