ServiceResponseInfo
Canonical path: NemAll_Python_Utility.ServiceResponseInfo
Result of a cloud layout solving operation
Methods:
-
__str__–
Attributes:
-
DetailInfo(None) –Additional detailed information about the result or error.
-
IsSuccessStatusCode(None) –Indicates if the operation was successful.
-
ReasonPhrase(None) –A descriptive phrase explaining the result or error.
-
ResultFilePath(None) –The file path to the result file, if the operation was successful.
-
StatusCode(None) –The status code returned by the solver.
DetailInfo
property
Additional detailed information about the result or error.
:type: None
IsSuccessStatusCode
property
Indicates if the operation was successful.
:type: None
ReasonPhrase
property
A descriptive phrase explaining the result or error.
:type: None
ResultFilePath
property
The file path to the result file, if the operation was successful.
:type: None
Placeholder