interface ErrorContextProvider
Provide context around reported errors by supplying product specific information.
getURL |
Get the URL to the docs site where the error codes are hosted. abstract fun getURL(locale: Locale): String |
CordaErrorContextProvider |
Provides information specific to Corda to the error reporting library. class CordaErrorContextProvider : ErrorContextProvider |