Table of Contents

Class ParameterCheckFailedData

Namespace
DSharpPlus.Commands.ContextChecks.ParameterChecks
Assembly
DSharpPlus.Commands.dll

Contains information about a failed parameter check.

public sealed class ParameterCheckFailedData
Inheritance
object
ParameterCheckFailedData

Properties

ErrorMessage

The error message returned by the check.

Exception

If applicable, the exception thrown during executing the check.

ParameterCheckAttribute

Metadata for the failed parameter check.