MATLAB Production Server C Client R2024b
component: mds_c_client, module directory: deployment_server/client/c/mps, copyright: MathWorks
Loading...
Searching...
No Matches
Data Fields
mpsErrorInfo Struct Reference

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.
 

Detailed Description

Error thrown when a MATLAB function is invoked by the MATLAB Production Server client context.

Definition at line 233 of file client.h.

Field Documentation

◆ [union]

union { ... } mpsErrorInfo::details

All possible errors that can be thrown when a MATLAB function is invoked from the client.

◆ general

mpsErrorInfoGeneric mpsErrorInfo::general

Error other than MATLAB execution error and non-200 HTTP response.

Definition at line 251 of file client.h.

◆ http

mpsErrorInfoHTTP mpsErrorInfo::http

Error caused by a non-200 HTTP response.

Definition at line 245 of file client.h.

◆ matlab

mpsErrorInfoMATLAB mpsErrorInfo::matlab

Error thrown during execution of MATLAB code.

Definition at line 248 of file client.h.

◆ message

char const* mpsErrorInfo::message

Message regarding the error.

Definition at line 240 of file client.h.

◆ type

mpsErrorInfoType mpsErrorInfo::type

Type of underlying error.

Definition at line 237 of file client.h.


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