Skip to main content

ErrorResponse

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Generic error response

public class ErrorResponse

Inheritance ObjectErrorResponse

Properties

ErrorMessage

Error message that informs about the error.

public string ErrorMessage { get; set; }

Property Value

String

Constructors

ErrorResponse()

public ErrorResponse()