请问 service error 中的 `addtion` 是预期内的吗?
Opened this issue · 2 comments
liby commented
我看到很多类型包括命名都用了 addtion
,比如
// https://ripperhe.gitee.io/bob/#/plugin/object/serviceerror
export interface ServiceError {
type: ServiceErrorType; // 错误类型
message: string; // 错误描述,用于展示给用户看
addtion: string; // 附加信息,可以是任何可 json 序列化的数据类型,用于 debug
}
但这个拼写应该是 typo,正确的拼写是 addition,我看现在的 Bob 文档中也是写作 addition
.
现在的问题就是想知道,这两个字段哪个才是正确的;看到这个字段是用于 debug,但我在 Console 中并没有看到 addtion
或者 addition
字段
liby commented
那怎么才能测试一下嘞,我看加不加这个字段,报错都没有区别诶