NotFoundErrorDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects.ApiErrors
Represents a not found error data transfer object
public class NotFoundErrorDto : ApiErrorDto
Inheritance Object → ApiErrorDto → NotFoundErrorDto
Properties
StatusCode
The Http status code
public int StatusCode { get; }
Property Value
StatusDescription
String representation of the status code
public string StatusDescription { get; }
Property Value
Message
A message that explains what actually happened
public string Message { get; }
Property Value
Details
A message that explains what actually happened
public IEnumerable<FailedDetailsDto> Details { get; }
Property Value
Constructors
NotFoundErrorDto()
Constructor
public NotFoundErrorDto()
NotFoundErrorDto(String)
Constructor
public NotFoundErrorDto(string message)
Parameters
message
String
A message that describes the error