iterateType

Provides an Iterable containing this and any children entries as applicable based on the provided type.

NOTE: this performs actions on Entry, not ErrorEntry. Entry is a container stored within most error entries containing content information only.

Return

Iterable<Entry> containing all relevant entries based on type.

Author

fzzyhmstrs

Since

0.7.0

Parameters

C

Non-null error type

t

Type<C> the error type to iterate over