Table of Contents

Property ErrorMessage

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

ErrorMessage

Gets the error message if the job failed.

[JsonProperty("error_message", NullValueHandling = NullValueHandling.Ignore)]
public string? ErrorMessage { get; }

Property Value

string