logging / net.corda.common.logging.errorReporting / ErrorCode / parameters

parameters

abstract val parameters: List<Any>

Parameters to pass to the string template when reporting this error. The corresponding template that defines the error string in the resource bundle must be expecting this list of parameters. Parameters should be in the order required by the message template - for example, if the message template is "This error has argument {0} and argument {1}", the first element of this list will be placed into {0}.