\Google\AdsApi\AdWords\ReportingApiErrorFieldNameConverter

Custom name converter for reporting `ApiError` fields. This is needed because the API error XML returned by reporting doesn't quite match the SOAP API error object, but we want to be able to deserialize into the same object for code re-use.

Summary

Methods
Properties
Constants
normalize()
denormalize()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

normalize()

normalize(  $propertyName)

Parameters

$propertyName

denormalize()

denormalize(  $propertyName)

Converts the `type` field of `ApiError` in serialized string to `errorString` during denormalization.

Parameters

$propertyName