Variable RequestEventConst
RequestEvent: {
BEFORE_SEND: "beforeSend";
ERROR: "error";
SUCCESS: "success";
UNRECOVERABLE_ERROR: "unrecoverableError";
} = ...
Type Declaration
-
ReadonlyBEFORE_SEND: "beforeSend"
-
ReadonlyERROR: "error"
-
ReadonlySUCCESS: "success"
-
ReadonlyUNRECOVERABLE_ERROR: "unrecoverableError"