public interface DOMRpcResult
| Modifier and Type | Method and Description | 
|---|---|
Collection<org.opendaylight.yangtools.yang.common.RpcError> | 
getErrors()
Returns a set of errors and warnings which occurred during processing
 the call. 
 | 
org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> | 
getResult()
Returns the value result of the call or null if no result is available. 
 | 
@Nonnull Collection<org.opendaylight.yangtools.yang.common.RpcError> getErrors()
RpcError, guaranteed to be non-null. In case
         no errors are reported, an empty collection is returned.@Nullable org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> getResult()
Copyright © 2018 OpenDaylight. All rights reserved.