Class PartialSuccessType


  • public class PartialSuccessType
    extends ErrorCodeType
    Indicates that a MultiOpType operation was partially successful. Returned when the operation is marked as non-atomic and one or more sub-operations failed. The entire response needs to be examined to determine which operations failed.

    Java class for PartialSuccessType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="PartialSuccessType">
       <complexContent>
         <extension base="{http://docs.oasis-open.org/ws-calendar/ns/soap}ErrorCodeType">
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • PartialSuccessType

        public PartialSuccessType()