getStatus

abstract fun getStatus(@NonNull namespaceName: String, @NonNull name: String): Int

Gets the status of an entry.

This returns one of

Return

the status indicating whether the value was retrieved and if not, why.

Parameters

namespaceName

the namespace name of the entry.

name

the name of the entry to get the value for.