SubscriberResult
Contains information about a send failure for a specific subscriber.
| Name | Data Type | Description |
|---|---|---|
ErrorCode | String | Identifies the error of an API request via a numeric code. |
ErrorCodeID | Int | A numeric code that corresponds to the error code. |
ErrorDescription | String | Contains a human-readable description of the error that occurred. |
Ordinal | Int | Indicates position of object within an array. |
Subscriber | Subscriber | Identifies subscriber used in call. |