Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 376 Bytes

File metadata and controls

12 lines (8 loc) · 376 Bytes

Errors (errutils)

  • NewErrorAggregator: Creates a new error aggregator to collect multiple errors.
  • Add: Adds an error to the aggregator.
  • Error: Retrieves the aggregated error message.
  • HasErrors: Checks if there are any errors in the aggregator.

Examples:

For examples of each function, please checkout EXAMPLES.md