Response object for account migration operations.
| name | data type | type | namespace | min/max occurs | constraints | description |
|---|---|---|---|---|---|---|
| errors | list of string | element | 0/unbounded | |||
| message | string | element | 0/1 | |||
| success | boolean | element | 1/1 | required boolean | ||
Properties inherited from baseEntity |
||||||
| violations | list of simpleViolation | element | 0/unbounded | A list of constraint violations, if any, that this object has. | ||
Example
<accountMigrationResponse>
<success>...</success>
<message>...</message>
<errors>...</errors>
<violations>
<propertyName>...</propertyName>
<failureMessage>...</failureMessage>
<stackTrace>...</stackTrace>
</violations>
</accountMigrationResponse>