-
Notifications
You must be signed in to change notification settings - Fork 1
/
keeper-ignore-errors.json
54 lines (54 loc) · 1.83 KB
/
keeper-ignore-errors.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"beforeSend": [
"Amplitude Error",
"An operation that changes interface state is in progress",
"An operation that changes the device state is in progress",
"Could not fetch fee.json",
"Could not fetch keeper-ignore-errors.json",
"Could not fetch nft.json",
"Could not fetch waves_keeper_blacklist.json",
"Failed to fetch",
"FILE_ERROR_NO_SPACE",
"Must be handling a user gesture to show a permission request",
"NetworkError when attempting to fetch resource",
"Non-Error exception captured with keys: message",
"No device selected",
"No Ledger device found \\(timeout\\)",
"Request is rejected on ledger",
"SecurityError: Access denied",
"The device must be opened first",
"The device was disconnected",
"The operation was aborted",
"Unable to claim interface"
],
"beforeSendAccounts": [],
"beforeSendBackground": [
"Failed to fetch",
"NetworkError when attempting to fetch resource",
"Error in invocation of storage.get"
],
"beforeSendPopup": [
"Failed to fetch",
"NetworkError when attempting to fetch resource"
],
"contentScriptApprove": [
"Accounts balance errors",
"Address or alias from other network",
"Alias already claimed",
"Attempt to transfer unavailable funds",
"Cannot lease more than own",
"Error while executing (account|token)-script",
"failed to parse json message",
"Fee for IssueTransaction \\(.+?\\) does not exceed minimal value of",
"Lease with id=.* not found",
"non-positive amount",
"ScriptParseError",
"Too big sequence requested",
"Transaction is not allowed by (account|token)-script",
"Transaction sent from smart account. Requires \\d+ extra fee"
],
"popupApprove": [
"Transaction is not allowed by (account|token)-script",
"User denied message"
]
}