MATLAB Production Server C Client  R2021b
component: mds_c_client, module directory: deployment_server/client/c/mps, copyright: MathWorks
Data Fields
mpsErrorInfo Struct Reference

Error thrown when a MATLAB function is invoked by the MATLAB Production Server client context. More...

#include <mps/client.h>

Data Fields

union {
   mpsErrorInfoGeneric   general
 Error other than MATLAB execution error and non-200 HTTP response. More...
 
   mpsErrorInfoHTTP   http
 Error caused by a non-200 HTTP response. More...
 
   mpsErrorInfoMATLAB   matlab
 Error thrown during execution of MATLAB code. More...
 
details
 All possible errors that can be thrown when a MATLAB function is invoked from the client. More...
 
char const * message
 Message regarding the error. More...
 
mpsErrorInfoType type
 Type of underlying error. More...
 

Detailed Description

Error thrown when a MATLAB function is invoked by the MATLAB Production Server client context.

Definition at line 227 of file client.h.

Field Documentation

◆ details

union { ... } mpsErrorInfo::details

All possible errors that can be thrown when a MATLAB function is invoked from the client.

◆ general

mpsErrorInfoGeneric mpsErrorInfo::general

Error other than MATLAB execution error and non-200 HTTP response.

Definition at line 244 of file client.h.

◆ http

mpsErrorInfoHTTP mpsErrorInfo::http

Error caused by a non-200 HTTP response.

Definition at line 238 of file client.h.

◆ matlab

mpsErrorInfoMATLAB mpsErrorInfo::matlab

Error thrown during execution of MATLAB code.

Definition at line 241 of file client.h.

◆ message

char const* mpsErrorInfo::message

Message regarding the error.

Definition at line 233 of file client.h.

◆ type

mpsErrorInfoType mpsErrorInfo::type

Type of underlying error.

Definition at line 230 of file client.h.


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