public interface Errors extends DataObject
This class represents the following YANG schema fragment defined in module ietf-restconf
grouping errors { container errors { config false; list error { leaf error-type { type enumeration { enum transport { } enum rpc { } enum protocol { } enum application { } } } leaf error-tag { type string; } leaf error-app-tag { type string; } leaf error-path { type data-resource-identifier; } leaf error-message { type string; } container error-info { } } } }The schema path to identify an instance is ietf-restconf/errors
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
Errors |
getErrors()
Represents an error report returned by the server ifa request results in an
error.
|
getImplementedInterface
Errors getErrors()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.restconf.rev131019.errors.Errors
errors
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.