logging / net.corda.common.logging.errorReporting / ErrorContextProvider

ErrorContextProvider

interface ErrorContextProvider

Provide context around reported errors by supplying product specific information.

Functions

getURL

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

abstract fun getURL(locale: Locale): String

Inheritors

CordaErrorContextProvider

Provides information specific to Corda to the error reporting library.

class CordaErrorContextProvider : ErrorContextProvider