We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b14305 commit d71b435Copy full SHA for d71b435
app/src/organisms/ErrorRecoveryFlows/utils/getErrorKind.ts
@@ -26,11 +26,13 @@ export function getErrorKind(
26
case 'prepareToAspirate':
27
return ERROR_KINDS.OVERPRESSURE_PREPARE_TO_ASPIRATE
28
case 'aspirate':
29
- case 'aspirateInPlace': {
+ case 'aspirateInPlace':
30
+ case 'aspirateWhileTracking': {
31
return ERROR_KINDS.OVERPRESSURE_WHILE_ASPIRATING
32
}
33
case 'dispense':
34
case 'dispenseInPlace':
35
+ case 'dispenseWhileTracking':
36
case 'blowout':
37
case 'blowOutInPlace':
38
return ERROR_KINDS.OVERPRESSURE_WHILE_DISPENSING
0 commit comments