matlab.net.http.Disposition class
Package: matlab.net.http
Results in HTTP log record
Description
The Disposition
enumeration class provides results in an HTTP log
record.
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.
|
Interrupt | The user interrupted the operation, for example, pressing
Ctrl+C. A |
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 R2016b
See Also
LogRecord
| RequestMessage
| ResponseMessage
| StatusCode
| MessageBody