public interface Errors extends ChildOf<Errors>, Augmentable<Errors>
This class represents the following YANG schema fragment defined in module ietf-restconf
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/errors
To create instances of this class use ErrorsBuilder
.
ErrorsBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable List<Error> |
getError()
An entry containing information about onespecific error that occurred while
processinga RESTCONF request.
|
default @NonNull List<Error> |
nonnullError() |
getImplementedInterface
augmentation
Copyright © 2019 OpenDaylight. All rights reserved.