ParsedBatchResponse interface
The multipart/mixed response which contains the response for each subrequest.
Properties
sub |
The parsed sub responses. |
sub |
The failed executed sub responses' count; |
sub |
The succeeded executed sub responses' count; |
Property Details
subResponses
subResponsesFailedCount
The failed executed sub responses' count;
subResponsesFailedCount: number
Property Value
number
subResponsesSucceededCount
The succeeded executed sub responses' count;
subResponsesSucceededCount: number
Property Value
number