Skip to content

ServiceResponseInfo

Canonical path: NemAll_Python_Utility.ServiceResponseInfo

Result of a cloud layout solving operation

Methods:

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

DetailInfo: None

Additional detailed information about the result or error.

:type: None

IsSuccessStatusCode property

IsSuccessStatusCode: None

Indicates if the operation was successful.

:type: None

ReasonPhrase property

ReasonPhrase: None

A descriptive phrase explaining the result or error.

:type: None

ResultFilePath property

ResultFilePath: None

The file path to the result file, if the operation was successful.

:type: None

StatusCode property

StatusCode: None

The status code returned by the solver.

:type: None

__str__

__str__() -> str
Placeholder