Property ErrorMessage
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
ErrorMessage
Gets the error message if the job failed.
[JsonProperty("error_message", NullValueHandling = NullValueHandling.Ignore)]
public string? ErrorMessage { get; }
Gets the error message if the job failed.
[JsonProperty("error_message", NullValueHandling = NullValueHandling.Ignore)]
public string? ErrorMessage { get; }