predefined error type

type error interface {
    Error() string
}