Uses of Class
org.opendaylight.restconf.common.errors.RestconfError
Packages that use RestconfError
-
Uses of RestconfError in org.opendaylight.restconf.common.errors
Methods in org.opendaylight.restconf.common.errors that return types with arguments of type RestconfErrorConstructors in org.opendaylight.restconf.common.errors with parameters of type RestconfErrorModifierConstructorDescriptionRestconfDocumentedException(Throwable cause, RestconfError error) RestconfDocumentedException(Throwable cause, RestconfError error, org.opendaylight.yangtools.yang.model.api.EffectiveModelContext modelContext) Constructs an instance with the given error.Constructor parameters in org.opendaylight.restconf.common.errors with type arguments of type RestconfErrorModifierConstructorDescriptionRestconfDocumentedException(String message, Throwable cause, List<RestconfError> errors) Constructs an instance with the given errors.RestconfDocumentedException(Throwable cause, List<RestconfError> errors) -
Uses of RestconfError in org.opendaylight.restconf.common.patch
Methods in org.opendaylight.restconf.common.patch that return types with arguments of type RestconfErrorModifier and TypeMethodDescriptionPatchStatusEntity.getEditErrors()@Nullable List<RestconfError>PatchStatusContext.globalErrors()Returns the value of theglobalErrorsrecord component.Constructor parameters in org.opendaylight.restconf.common.patch with type arguments of type RestconfErrorModifierConstructorDescriptionPatchStatusEntity(String editId, boolean ok, List<RestconfError> editErrors)