Skip to main content

Interface: INamespaceInvalidStateFailure

errordetails.v1.INamespaceInvalidStateFailure

Properties of a NamespaceInvalidStateFailure.

Hierarchy

Properties

allowedStates

Optional allowedStates: null | NamespaceState[]

Allowed namespace states for requested operation. For example NAMESPACE_STATE_DELETED is forbidden for most operations but allowed for DescribeNamespace.

Inherited from

$Properties.allowedStates


namespace

Optional namespace: null | string

NamespaceInvalidStateFailure namespace

Inherited from

$Properties.namespace


state

Optional state: null | NamespaceState

Current state of the requested namespace.

Inherited from

$Properties.state