Cause.empty
エラーが何もなかったことを示す
code:ts
const empty = Cause.empty
console.log(empty)
// {
// _id: "Cause",
// _tag: "Empty",
// }