logging / net.corda.common.logging.errorReporting / ErrorCodes / namespace

namespace

abstract val namespace: String

The namespace of this collection of errors.

These are used to partition errors into categories, e.g. "database" or "cordapp". Namespaces should be unique, which can be enforced by using enum elements.