IPPError.phpView Source

Show: PublicProtectedPrivateinherited
Table of Contents
Package
Default  

\IPPError

Package: Default
IPPError
\IPPError

XmlDefinition
Error Type detailing error  
XmlName
IPPError  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
 

Properties

>VPropertypublicstring $Detail
Details
Type
string
Definition
Detailed error localized or unlocalized error that is thrown by the business logic backend that caused the error  
XmlMinOccurs
0  
XmlName
Detail  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicstring $Message
Details
Type
string
Definition
Localized standard message associated with the error code  
XmlMinOccurs
0  
XmlName
Message  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicstring $code
Details
Type
string
Definition
Error code number, this is a required field  
XmlName
code  
XmlType
attribute  
>VPropertypublicstring $element
Details
Type
string
Definition
Element that caused the error  
XmlName
element  
XmlType
attribute  

Methods

methodpublic__construct(\dictionary $keyValInitializers = array(), boolean $verbose = FALSE) : void

Initializes this object, optionally with pre-defined property values

Initializes this object and it's property members, using the dictionary of key/value pairs passed as an optional argument.
Parameters
NameTypeDescription
$keyValInitializers\dictionary

key/value pairs to be populated into object's properties

$verboseboolean

specifies whether object should echo warnings

Documentation was generated by phpDocumentor 2.8.5.