Skip to main content

DeploymentResult

Namespace: Meshmakers.Octo.Communication.Contracts.Hubs

Result of a deployment

public class DeploymentResult

Inheritance ObjectDeploymentResult

Properties

IsSuccess

Indicates if the deployment was successful

public bool IsSuccess { get; set; }

Property Value

Boolean

ErrorMessage

Error message in case of failure

public string ErrorMessage { get; set; }

Property Value

String

Constructors

DeploymentResult()

public DeploymentResult()