logging / net.corda.common.logging.errorReporting / CordaErrorContextProvider

CordaErrorContextProvider

class CordaErrorContextProvider : ErrorContextProvider

Provides information specific to Corda to the error reporting library.

The primary use of this is to provide the URL to the docs site where the error information is hosted.

Constructors

<init>

Provides information specific to Corda to the error reporting library.

CordaErrorContextProvider()

Functions

getURL

Get the URL to the docs site where the error codes are hosted.

fun getURL(locale: Locale): String