MATLAB Production Server C Client R2024b
component: mds_c_client, module directory: deployment_server/client/c/mps, copyright: MathWorks
Loading...
Searching...
No Matches
Data Fields
mpsErrorInfoHTTP Struct Reference

Details about a non-200 HTTP response. More...

#include <mps/client.h>

Data Fields

unsigned int responseCode
 HTTP response code.
 
const char * responseMessage
 HTTP response message.
 

Detailed Description

Details about a non-200 HTTP response.

Definition at line 176 of file client.h.

Field Documentation

◆ responseCode

unsigned int mpsErrorInfoHTTP::responseCode

HTTP response code.

Definition at line 180 of file client.h.

◆ responseMessage

const char* mpsErrorInfoHTTP::responseMessage

HTTP response message.

Definition at line 183 of file client.h.


The documentation for this struct was generated from the following file: