MATLAB Production Server C Client
R2021b
component: mds_c_client, module directory: deployment_server/client/c/mps, copyright: MathWorks
|
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... | |
Error thrown when a MATLAB function is invoked by the MATLAB Production Server client context.
union { ... } mpsErrorInfo::details |
All possible errors that can be thrown when a MATLAB function is invoked from the client.
mpsErrorInfoGeneric mpsErrorInfo::general |
mpsErrorInfoHTTP mpsErrorInfo::http |
mpsErrorInfoMATLAB mpsErrorInfo::matlab |
char const* mpsErrorInfo::message |
mpsErrorInfoType mpsErrorInfo::type |