matlab.net.http.Disposition Class
Namespace: matlab.net.http
Results in HTTP log record
Description
The Disposition
enumeration class provides results in an HTTP log record of
type matlab.net.http.logRecord
.
Enumeration Member Name | Description |
---|---|
ConversionError | An error occurred converting the data of the response. The request was
received, but there was an error trying to automatically convert the payload of the
response. This condition indicates that the This error does not occur if a |
Done | A request and response were successfully sent and received.
|
TransmissionError | An error occurred sending or receiving the message. The failure could be
due to an I/O error such as a disconnect or timeout, a failure in a
If the error occurred sending the request,
If the
error occurred receiving the response, |
Version History
Introduced in R2016bSee Also
LogRecord
| RequestMessage
| ResponseMessage
| StatusCode
| MessageBody