MATLAB Production Server C Client  R2016a
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
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

mpsErrorInfoType type
 Type of underlying error. More...
 
char const * message
 Message regarding the error. More...
 
union {
   mpsErrorInfoHTTP   http
 Error caused by a non-200 HTTP response. More...
 
   mpsErrorInfoMATLAB   matlab
 Error thrown during execution of MATLAB code. More...
 
   mpsErrorInfoGeneric   general
 Error other than MATLAB execution error and non-200 HTTP response. More...
 
details
 

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

union { ... } mpsErrorInfo::details
mpsErrorInfoGeneric mpsErrorInfo::general

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

Definition at line 244 of file client.h.

mpsErrorInfoHTTP mpsErrorInfo::http

Error caused by a non-200 HTTP response.

Definition at line 238 of file client.h.

mpsErrorInfoMATLAB mpsErrorInfo::matlab

Error thrown during execution of MATLAB code.

Definition at line 241 of file client.h.

char const* mpsErrorInfo::message

Message regarding the error.

Definition at line 233 of file client.h.

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: