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. | ||
| char const * | message | |
| Message regarding the error. | ||
| mpsErrorInfoType | type | |
| Type of underlying error. | ||
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 |