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

Details about a MATLAB execution error. More...

#include <mps/client.h>

Data Fields

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...
 
const char * message
 Error message corresponding to the error thrown in MATLAB. More...
 

Detailed Description

Details about a MATLAB execution error.

Definition at line 201 of file client.h.

Field Documentation

◆ identifier

const char* mpsErrorInfoMATLAB::identifier

Unique error identifier corresponding to the MATLAB error.

Definition at line 207 of file client.h.

◆ matlabStack

const matlabStackFrame* mpsErrorInfoMATLAB::matlabStack

MATLAB stack associated with the MATLAB error.

Definition at line 210 of file client.h.

◆ matlabStackDepth

size_t mpsErrorInfoMATLAB::matlabStackDepth

Number of entries in the MATLAB stack.

Definition at line 213 of file client.h.

◆ message

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: