IPPError.php
- Package
- Default
\IPPError
Package: Default



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

string $DetailDetails
- 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

string $MessageDetails
- Type
- string
- Definition
- Localized standard message associated with the error code
- XmlMinOccurs
- 0
- XmlName
- Message
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

string $codeDetails
- Type
- string
- Definition
- Error code number, this is a required field
- XmlName
- code
- XmlType
- attribute
Methods

__construct(\dictionary $keyValInitializers = array(), boolean $verbose = FALSE) : voidInitializes 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| Name | Type | Description |
|---|---|---|
| $keyValInitializers | \dictionary | key/value pairs to be populated into object's properties |
| $verbose | boolean | specifies whether object should echo warnings |