func interpretWatchError(err error) error { … } const expired … const continueExpired … const inconsistentContinue … func interpretListError(err error, paging bool, continueKey, keyPrefix string) error { … } func handleCompactedErrorForPaging(continueKey, keyPrefix string) error { … }