@@ -460,12 +460,12 @@ system error.
460
460
* {number}
461
461
462
462
The ` error.errno ` property is a negative number which corresponds
463
- to the error code defined in [ ` libuv Error handling ` ] .
463
+ to the error code defined in [ ` libuv Error handling ` ] [ ] .
464
464
465
465
On Windows the error number provided by the system will be normalized by libuv.
466
466
467
467
To get the string representation of the error code, use
468
- [ ` util.getSystemErrorName(error.errno) ` ] .
468
+ [ ` util.getSystemErrorName(error.errno) ` ] [ ] .
469
469
470
470
### error.info
471
471
@@ -1285,8 +1285,8 @@ semantics for determining whether a path can be used is platform-dependent.
1285
1285
### ERR_INVALID_HANDLE_TYPE
1286
1286
1287
1287
An attempt was made to send an unsupported "handle" over an IPC communication
1288
- channel to a child process. See [ ` subprocess.send() ` ] and [ ` process.send() ` ] for
1289
- more information.
1288
+ channel to a child process. See [ ` subprocess.send() ` ] [ ] and [ ` process.send() ` ] [ ]
1289
+ for more information.
1290
1290
1291
1291
<a id =" ERR_INVALID_HTTP_TOKEN " ></a >
1292
1292
### ERR_INVALID_HTTP_TOKEN
@@ -1438,36 +1438,36 @@ for more information.
1438
1438
### ERR_MANIFEST_ASSERT_INTEGRITY
1439
1439
1440
1440
An attempt was made to load a resource, but the resource did not match the
1441
- integrity defined by the policy manifest. See the documentation for [ policy]
1441
+ integrity defined by the policy manifest. See the documentation for [ policy] [ ]
1442
1442
manifests for more information.
1443
1443
1444
1444
<a id =" ERR_MANIFEST_DEPENDENCY_MISSING " ></a >
1445
1445
### ERR_MANIFEST_DEPENDENCY_MISSING
1446
1446
1447
1447
An attempt was made to load a resource, but the resource was not listed as a
1448
1448
dependency from the location that attempted to load it. See the documentation
1449
- for [ policy] manifests for more information.
1449
+ for [ policy] [ ] manifests for more information.
1450
1450
1451
1451
<a id =" ERR_MANIFEST_INTEGRITY_MISMATCH " ></a >
1452
1452
### ERR_MANIFEST_INTEGRITY_MISMATCH
1453
1453
1454
1454
An attempt was made to load a policy manifest, but the manifest had multiple
1455
1455
entries for a resource which did not match each other. Update the manifest
1456
1456
entries to match in order to resolve this error. See the documentation for
1457
- [ policy] manifests for more information.
1457
+ [ policy] [ ] manifests for more information.
1458
1458
1459
1459
<a id =" ERR_MANIFEST_INVALID_RESOURCE_FIELD " ></a >
1460
1460
### ERR_MANIFEST_INVALID_RESOURCE_FIELD
1461
1461
1462
1462
A policy manifest resource had an invalid value for one of its fields. Update
1463
1463
the manifest entry to match in order to resolve this error. See the
1464
- documentation for [ policy] manifests for more information.
1464
+ documentation for [ policy] [ ] manifests for more information.
1465
1465
1466
1466
<a id =" ERR_MANIFEST_PARSE_POLICY " ></a >
1467
1467
### ERR_MANIFEST_PARSE_POLICY
1468
1468
1469
1469
An attempt was made to load a policy manifest, but the manifest was unable to
1470
- be parsed. See the documentation for [ policy] manifests for more information.
1470
+ be parsed. See the documentation for [ policy] [ ] manifests for more information.
1471
1471
1472
1472
<a id =" ERR_MANIFEST_TDZ " ></a >
1473
1473
### ERR_MANIFEST_TDZ
@@ -1479,7 +1479,7 @@ initialization has not yet taken place. This is likely a bug in Node.js.
1479
1479
### ERR_MANIFEST_UNKNOWN_ONERROR
1480
1480
1481
1481
A policy manifest was loaded, but had an unknown value for its "onerror"
1482
- behavior. See the documentation for [ policy] manifests for more information.
1482
+ behavior. See the documentation for [ policy] [ ] manifests for more information.
1483
1483
1484
1484
<a id =" ERR_MEMORY_ALLOCATION_FAILED " ></a >
1485
1485
### ERR_MEMORY_ALLOCATION_FAILED
0 commit comments