@ledgerhq/errors 6.9.1-taproot.0 → 6.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -7
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -10,10 +10,10 @@ Hodl all possible errors of Ledger (live, ledgerjs) so we can deal with them in
|
|
|
10
10
|
|
|
11
11
|
#### Table of Contents
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
13
|
+
* [TransportError](#transporterror)
|
|
14
|
+
* [Parameters](#parameters)
|
|
15
|
+
* [TransportStatusError](#transportstatuserror)
|
|
16
|
+
* [Parameters](#parameters-1)
|
|
17
17
|
|
|
18
18
|
### TransportError
|
|
19
19
|
|
|
@@ -22,8 +22,8 @@ e.g. Error thrown when data received by exchanges are incorrect or if exchanged
|
|
|
22
22
|
|
|
23
23
|
#### Parameters
|
|
24
24
|
|
|
25
|
-
|
|
26
|
-
|
|
25
|
+
* `message` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)**
|
|
26
|
+
* `id` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)**
|
|
27
27
|
|
|
28
28
|
Returns **void**
|
|
29
29
|
|
|
@@ -34,6 +34,6 @@ the error.statusCode is one of the `StatusCodes` exported by this library.
|
|
|
34
34
|
|
|
35
35
|
#### Parameters
|
|
36
36
|
|
|
37
|
-
|
|
37
|
+
* `statusCode` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)**
|
|
38
38
|
|
|
39
39
|
Returns **void**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/errors",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.10.0",
|
|
4
4
|
"description": "Ledger common errors",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger"
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"watch": "bash ../../script/watch.sh",
|
|
27
27
|
"doc": "bash ../../script/doc.sh"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "03b06be36f668077572feb4d5ccd7486f546f7b4"
|
|
30
30
|
}
|