ValueWithError type

出现错误的值结果。

type ValueWithError = { error: string, value: any }