Version

eResponse Object Structure

Parameter

Type

Description

error#DisplayValue

String

Gets information about the error.

fieldErrors

Dictionary

Dictionary with all the fields with errors.

eResponse.fieldErrors Object structure example

{'field1':errorsArray,'field2':errorsArray, ... 'fieldN':errorsArray}

eResponse.fieldErrors.errorsArray Object structure

Parameter

Type

Description

description

String

Description of the error.

field

String

Field name.

code

Number

Numeric code for the error.