Class InteractionRequirementErrorResult
An error result describing an error thrown by a InteractionRequirementAttribute.
Inheritance
InteractionRequirementErrorResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Color_Chan.Discord.Commands.Models.Results
Assembly: Color-Chan.Discord.Commands.dll
Syntax
public class InteractionRequirementErrorResult : ErrorResult, IErrorResult, IEquatable<ErrorResult>, IEquatable<InteractionRequirementErrorResult>
Constructors
| Improve this Doc View SourceInteractionRequirementErrorResult(String)
Initializes a new instance of InteractionRequirementErrorResult.
Declaration
public InteractionRequirementErrorResult(string errorMessage)
Parameters
Type | Name | Description |
---|---|---|
String | errorMessage | The message of the error. |