Skip to main content

FailedDetailsDto

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects.ApiErrors

Implements optional details to the failed operation

public class FailedDetailsDto

Inheritance ObjectFailedDetailsDto

Properties

Code

The message code

public string Code { get; set; }

Property Value

String

Description

Description to the code

public string Description { get; set; }

Property Value

String

Constructors

FailedDetailsDto()

public FailedDetailsDto()