ErrorTagType¶
-
class
ydk.models.ietf.ietf_netconf.
ErrorTagType
¶ ErrorTagType (Enum Class)
NETCONF Error Tag
-
in_use = 0
The request requires a resource that
already is in use.
-
invalid_value = 1
The request specifies an unacceptable value for one
or more parameters.
-
too_big = 2
The request or response (that would be generated) is
too large for the implementation to handle.
-
missing_attribute = 3
An expected attribute is missing.
-
bad_attribute = 4
An attribute value is not correct; e.g., wrong type,
out of range, pattern mismatch.
-
unknown_attribute = 5
An unexpected attribute is present.
-
missing_element = 6
An expected element is missing.
-
bad_element = 7
An element value is not correct; e.g., wrong type,
out of range, pattern mismatch.
-
unknown_element = 8
An unexpected element is present.
-
unknown_namespace = 9
An unexpected namespace is present.
-
access_denied = 10
Access to the requested protocol operation or
data model is denied because authorization failed.
-
lock_denied = 11
Access to the requested lock is denied because the
lock is currently held by another entity.
-
resource_denied = 12
Request could not be completed because of
insufficient resources.
-
rollback_failed = 13
Request to roll back some configuration change (via
rollback-on-error or <discard-changes> operations)
was not completed for some reason.
-
data_exists = 14
Request could not be completed because the relevant
data model content already exists. For example,
a ‘create’ operation was attempted on data that
already exists.
-
data_missing = 15
Request could not be completed because the relevant
data model content does not exist. For example,
a ‘delete’ operation was attempted on
data that does not exist.
-
operation_not_supported = 16
Request could not be completed because the requested
operation is not supported by this implementation.
-
operation_failed = 17
Request could not be completed because the requested
operation failed for some reason not covered by
any other error condition.
-
partial_operation = 18
This error-tag is obsolete, and SHOULD NOT be sent
by servers conforming to this document.
-
malformed_message = 19
A message could not be handled because it failed to
be parsed correctly. For example, the message is not
well-formed XML or it uses an invalid character set.
-