Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 416 Bytes

File metadata and controls

2 lines (2 loc) · 416 Bytes

Errorlist

Errorlist wraps a error slice which is useful for converting consecutive err tests into more readable code. At the end of the section, the group error status is available. This is useful for handling type errors, when retrieving consecutive values from a provider object. When failfast mode is applied and an error is added, panic(err) is called. In this case use a panic handler to catch the exception.