Share via


TranslationErrorResponseOutput interface

Contains unified error information used for HTTP responses across any Cognitive Service. Instances can be created either through Microsoft.CloudAI.Containers.HttpStatusExceptionV2 or by returning it directly from a controller.

Properties

error

This contains an outer error with error code, message, details, target and an inner error with more descriptive details.

Property Details

error

This contains an outer error with error code, message, details, target and an inner error with more descriptive details.

error?: TranslationErrorOutput

Property Value