DeploymentResult
Namespace: Meshmakers.Octo.Communication.Contracts.Hubs
Result of a deployment
public class DeploymentResult
Inheritance Object → DeploymentResult
Properties
IsSuccess
Indicates if the deployment was successful
public bool IsSuccess { get; set; }
Property Value
ErrorMessage
Error message in case of failure
public string ErrorMessage { get; set; }
Property Value
Constructors
DeploymentResult()
public DeploymentResult()