Variable QWP_SENDER_ERROR_POLICYConst
QWP_SENDER_ERROR_POLICY: {
ABANDONED: "abandoned";
RETRIABLE: "retriable";
RETRIABLE_OTHER: "retriable-other";
TERMINAL: "terminal";
} = ...
Type declaration
ReadonlyABANDONED: "abandoned"
ReadonlyRETRIABLE: "retriable"
ReadonlyRETRIABLE_OTHER: "retriable-other"
ReadonlyTERMINAL: "terminal"