The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

ZCS::Admin::Elements::Error

DESCRIPTION

Perl data type class for the XML Schema defined element Error from the namespace urn:zimbra.

METHODS

new

my $element = ZCS::Admin::Elements::Error->new($data);

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

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

AUTHOR

Generated by SOAP::WSDL