ErrorResponse
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Generic error response
public class ErrorResponse
Inheritance Object → ErrorResponse
Properties
ErrorMessage
Error message that informs about the error.
public string ErrorMessage { get; set; }
Property Value
Constructors
ErrorResponse()
public ErrorResponse()