You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should never have: UnexpectedError, PreviousStepFormatError
Also: some error should be temporary: PreviousStepNotReady, etc.
Instead of one chart with the three kinds of errors, we should have:
one with the expected errors
one with the transitory errors
one with the unexpected errors
By the way, I think we could create intermediary classes (ExpectedError, UnexpectedError, TransitoryError), so that it's clear which error pertains to which category
The text was updated successfully, but these errors were encountered:
We should never have:
UnexpectedError
,PreviousStepFormatError
Also: some error should be temporary:
PreviousStepNotReady
, etc.Instead of one chart with the three kinds of errors, we should have:
By the way, I think we could create intermediary classes (
ExpectedError
,UnexpectedError
,TransitoryError
), so that it's clear which error pertains to which categoryThe text was updated successfully, but these errors were encountered: