ErrorResponse Class

An error response from the Azure AgPlatform service.

<see href="https://github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses">ErrorResponse reference document.</see>.

param error: An error from the Azure AgPlatform service.

type error: ~azure.agrifood.farming.models.Error

param trace_id: Unique trace ID.

type trace_id: str

Inheritance
ErrorResponse

Constructor

ErrorResponse(*, error: Optional[azure.agrifood.farming.models._models_py3.Error] = None, trace_id: Optional[str] = None, **kwargs)