mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
Fix link to errors.corda.net in release notes (#4650)
This commit is contained in:
parent
5656d8ee80
commit
f76dc96d5e
@ -246,7 +246,7 @@ Errors generated in Corda are now hashed to produce a unique error code that can
|
||||
used to perform a lookup into a knowledge base. The lookup URL will be printed to the logs when an error
|
||||
occur. Here's an example::
|
||||
|
||||
[ERROR] 2018-12-19T17:18:39,199Z [main] internal.NodeStartupLogging.invoke - Exception during node startup: The name 'O=Wawrzek Test C4, L=London, C=GB' for identity doesn't match what's in the key store: O=Wawrzek Test C4, L=Ely, C=GB [errorCode=wuxa6f, moreInformationAt=https://errors.corda.net/OS/4.0-SNAPSHOT/wuxa6f]
|
||||
[ERROR] 2018-12-19T17:18:39,199Z [main] internal.NodeStartupLogging.invoke - Exception during node startup: The name 'O=Wawrzek Test C4, L=London, C=GB' for identity doesn't match what's in the key store: O=Wawrzek Test C4, L=Ely, C=GB [errorCode=wuxa6f, moreInformationAt=https://errors.corda.net/OS/4.0/wuxa6f]
|
||||
|
||||
The hope is that common error conditions can quickly be resolved and opaque errors explained in a more
|
||||
user friendly format to facilitate faster debugging and trouble shooting.
|
||||
|
Loading…
Reference in New Issue
Block a user