#Go言語 https://pkg.go.dev/builtin#error [[Go]]のエラー標準インターフェース。 ```go type error interface { Error() string } ```