newsSimple Error Types by adminNovember 27, 2022November 27, 2022093 Share0 type StringError string func (this StringError) Error() string { return string(this) } const ErrorNotFound StringError = "not found"