Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tasking: Structured Task.Error. #411

Closed
jortel opened this issue Jun 20, 2023 · 0 comments · Fixed by #425
Closed

Tasking: Structured Task.Error. #411

jortel opened this issue Jun 20, 2023 · 0 comments · Fixed by #425
Assignees

Comments

@jortel
Copy link
Contributor

jortel commented Jun 20, 2023

Restructured Task.Error as:

type TaskError struct {
    Severity string
    Description string
}

Severity: (Warning, Fatal)
Description: Error description.

Task update:

- Error []string
+ Errors []TaskError.

Note: Task.Error renamed: Errors.

@jortel jortel self-assigned this Jun 20, 2023
@jortel jortel changed the title Structured Task.Error. Tasking: Structured Task.Error. Jun 20, 2023
jortel added a commit that referenced this issue Jul 3, 2023
Task.Error and TaskReport.Error renamed:

Task.Errors []TaskError

TaskReport.Errors []TaskError

closes #411

---------

Signed-off-by: Jeff Ortel <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant