NAME

ZCS::Admin::Types::FaultDetail

DESCRIPTION

Perl data type class for the XML Schema defined complexType FaultDetail from the namespace urn:zimbra.

PROPERTIES

The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:

  • Error

METHODS

new

Constructor. The following data structure may be passed to new():

{ # ZCS::Admin::Types::FaultDetail
  Error =>  { # ZCS::Admin::Types::FaultDetailError
    Code =>  $some_value, # string
    Trace =>  $some_value, # string
    a =>  { value => $some_value },
  },
},

AUTHOR

Generated by SOAP::WSDL