ErrorResponse

Extends \MailChimp\Core\Data

package

Default

Methods

__construct

__construct(array $data = NULL) 
inherited

Arguments

$data

array

api

api() 
inherited

clear

clear() 
inherited

config

config() 
inherited

Returns Field Information

getField(string $name) : \MailChimp\Core\Field
inherited

Arguments

$name

string

Response

\MailChimp\Core\Field

Gets all allowed fields of a Data

getFields() : array
inherited

Response

array

Return true if field exists or false otherwise

hasField(string $name) : boolean
inherited

Arguments

$name

string

Field name

Response

boolean

initialize

initialize() 
inherited

jsonSerialize

jsonSerialize() 
inherited

merge

merge( $data) 
inherited

Arguments

$data

own

own( $class,  $args) 
inherited

Arguments

$class

$args

reference

reference( &$field,  $name) 
inherited

Arguments

$field

$name

setApi

setApi(\MailChimp\Interfaces\MailChimpInterface &$api) 
inherited

setConfig

setConfig(\MailChimp\Interfaces\ConfigInterface &$config) 
inherited

Properties

Fields for the model

fields : array
inherited
var

Type(s)

array

Data holder for predefined fields

data : object
inherited
var

Type(s)

object

Reference map for fields

_reference : array
inherited
var

Type(s)

array

_api

_api : 
inherited

Type(s)

_config

_config : 
inherited

Type(s)

type

type : string

An absolute URI that identifies the problem type. When dereferenced, it should provide human-readable documentation for the problem type.

Type(s)

string

title

title : string

A short, human-readable summary of the problem type. It shouldn’t change based on the occurrence of the problem, except for purposes of localization.

Type(s)

string

status

status : integer

The HTTP status code (RFC2616, Section 6) generated by the origin server for this occurrence of the problem.

Type(s)

integer

detail

detail : string

A human-readable explanation specific to this occurrence of the problem. Learn more about errors.

Type(s)

string

instance

instance : string

A string that identifies this specific occurrence of the problem. Please provide this ID when contacting support.

Type(s)

string