Share via


ErrorResponseOutput interface

An error response from the Azure AgPlatform service. See https://github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses for ErrorResponse reference document.

Properties

error

An error from the Azure AgPlatform service.

traceId

Unique trace Id.

Property Details

error

An error from the Azure AgPlatform service.

error?: ErrorModelOutput

Property Value

traceId

Unique trace Id.

traceId?: string

Property Value

string