MATLAB Production Server C Client  R2021b
component: mds_c_client, module directory: deployment_server/client/c/mps, copyright: MathWorks
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. More...
 
const char * responseMessage
 HTTP response message. More...
 

Detailed Description

Details about a non-200 HTTP response.

Definition at line 174 of file client.h.

Field Documentation

◆ responseCode

unsigned int mpsErrorInfoHTTP::responseCode

HTTP response code.

Definition at line 177 of file client.h.

◆ responseMessage

const char* mpsErrorInfoHTTP::responseMessage

HTTP response message.

Definition at line 180 of file client.h.


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