FailedDetailsDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects.ApiErrors
Implements optional details to the failed operation
public class FailedDetailsDto
Inheritance Object → FailedDetailsDto
Properties
Code
The message code
public string Code { get; set; }
Property Value
Description
Description to the code
public string Description { get; set; }
Property Value
Constructors
FailedDetailsDto()
public FailedDetailsDto()