Interface Error

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Error>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<OperationResult>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, PcepErrorObject

    public interface Error
    extends org.opendaylight.yangtools.yang.binding.ChildOf<OperationResult>, org.opendaylight.yangtools.yang.binding.Augmentable<Error>, PcepErrorObject

    This class represents the following YANG schema fragment defined in module network-topology-pcep

     list error {
       when "../failure = failed";
       uses pcep:pcep-error-object;
     }
     
    The schema path to identify an instance is network-topology-pcep/operation-result/error

    To create instances of this class use ErrorBuilder.

    See Also:
    ErrorBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<Error> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface PcepErrorObject