The core.py module#

Summary#

ErrorResponse

Provides the error response schema.

Description#

Provides the error response schema.

Module detail#

class core.ErrorResponse(/, **data: Any)#

Provides the error response schema.

Overview#

Import detail#

from ansys.hps.data_transfer.client.models.core import ErrorResponse

Attribute detail#

ErrorResponse.error: str | None = 'something bad happened'#