MATLAB Production Server C Client  R2017a
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
mpsErrorInfoMATLAB Struct Reference

Details about a MATLAB execution error. More...

#include <mps/client.h>

Data Fields

const char * message
 Error message corresponding to the error thrown in MATLAB. More...
 
const char * identifier
 Unique error identifier corresponding to the MATLAB error. More...
 
const matlabStackFramematlabStack
 MATLAB stack associated with the MATLAB error. More...
 
size_t matlabStackDepth
 Number of entries in the MATLAB stack. More...
 

Detailed Description

Details about a MATLAB execution error.

Definition at line 201 of file client.h.

Field Documentation

const char* mpsErrorInfoMATLAB::identifier

Unique error identifier corresponding to the MATLAB error.

Definition at line 207 of file client.h.

const matlabStackFrame* mpsErrorInfoMATLAB::matlabStack

MATLAB stack associated with the MATLAB error.

Definition at line 210 of file client.h.

size_t mpsErrorInfoMATLAB::matlabStackDepth

Number of entries in the MATLAB stack.

Definition at line 213 of file client.h.

const char* mpsErrorInfoMATLAB::message

Error message corresponding to the error thrown in MATLAB.

Definition at line 204 of file client.h.


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