mindee-api-dotnet

ErrorDetails Class

Namespace: Mindee.Parsing.Common
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623

Represent an error information from the API response.

[JsonConverter(Mindee.Parsing.Common.ErrorDetailsJsonConverter)]
public class ErrorDetails

Inheritance: object → ErrorDetails

Attributes: JsonConverterAttribute

Constructors

Name Description
ErrorDetails(string)  

Properties

Name Description
Value A code to identify it.

Methods

Name Description
ToString() To make the error prettier to display.

Documentation generated by MdDocs