C# Класс BuildIt.CognitiveServices.Models.Error

Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Error ( ) : System.Linq

Initializes a new instance of the Error class.

Error ( string code = default(string), string message = default(string), InternalError innerError = default(InternalError) ) : System.Linq

Initializes a new instance of the Error class.

Описание методов

Error() публичный Метод

Initializes a new instance of the Error class.
public Error ( ) : System.Linq
Результат System.Linq

Error() публичный Метод

Initializes a new instance of the Error class.
public Error ( string code = default(string), string message = default(string), InternalError innerError = default(InternalError) ) : System.Linq
code string Unique error code identifying the error
message string Error message
innerError InternalError Error details
Результат System.Linq