Details about a MATLAB execution error.
More...
#include <mps/client.h>
|
const char * | identifier |
| Unique error identifier corresponding to the MATLAB error.
|
|
const matlabStackFrame * | matlabStack |
| MATLAB stack associated with the MATLAB error.
|
|
size_t | matlabStackDepth |
| Number of entries in the MATLAB stack.
|
|
const char * | message |
| Error message corresponding to the error thrown in MATLAB.
|
|
Details about a MATLAB execution error.
Definition at line 205 of file client.h.
◆ identifier
const char* mpsErrorInfoMATLAB::identifier |
Unique error identifier corresponding to the MATLAB error.
Definition at line 212 of file client.h.
◆ matlabStack
MATLAB stack associated with the MATLAB error.
Definition at line 215 of file client.h.
◆ matlabStackDepth
size_t mpsErrorInfoMATLAB::matlabStackDepth |
Number of entries in the MATLAB stack.
Definition at line 218 of file client.h.
◆ message
const char* mpsErrorInfoMATLAB::message |
Error message corresponding to the error thrown in MATLAB.
Definition at line 209 of file client.h.
The documentation for this struct was generated from the following file: