Serialized Form
-
Package org.opendaylight.restconf.common.errors
-
Exception org.opendaylight.restconf.common.errors.RestconfDocumentedException
class RestconfDocumentedException extends RuntimeException implements Serializable- serialVersionUID:
- 3L
-
Serialized Fields
-
errors
List<RestconfError> errors
-
-
Class org.opendaylight.restconf.common.errors.RestconfError
class RestconfError extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
errorAppTag
String errorAppTag
-
errorInfo
String errorInfo
-
errorMessage
String errorMessage
-
errorPath
org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier errorPath
-
errorTag
@NonNull org.opendaylight.yangtools.yang.common.ErrorTag errorTag
-
errorType
@NonNull org.opendaylight.yangtools.yang.common.ErrorType errorType
-
-