Interface IClientErrorHandler
- Namespace
- DSharpPlus
- Assembly
- DSharpPlus.dll
Represents a contract for handling errors the DSharpPlus core library may raise.
public interface IClientErrorHandler
Methods
- HandleEventHandlerError(string, Exception, Delegate, object, object)
Handles an error that occurred in an event handler.
- HandleGatewayError(Exception)
Handles a gateway error of any kind.