StreamLink.NET  8.0.1-8.0.1-1132-88354a9
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Properties | List of all members
Caplin.StreamLink.ICommandErrorEvent Interface Reference

Provides error information for commands. More...

Inheritance diagram for Caplin.StreamLink.ICommandErrorEvent:
Caplin.StreamLink.ICommandResultEvent

Properties

Caplin.StreamLink.CommandErrorType Error [get]
 Returns the CommandErrorType of the event. More...
 
Caplin.StreamLink.ErrorReason ErrorReason [get]
 Returns the ErrorReason of the event. More...
 

Detailed Description

Provides error information for commands.

The CommandErrorEvent will be provided on a onCommandError callback to a ICommandListener.

Property Documentation

Caplin.StreamLink.CommandErrorType Caplin.StreamLink.ICommandErrorEvent.Error
get

Returns the CommandErrorType of the event.

  • The type of error.
Caplin.StreamLink.ErrorReason Caplin.StreamLink.ICommandErrorEvent.ErrorReason
get

Returns the ErrorReason of the event.

  • The error reason.

Generated on Mon Feb 26 2024 19:57:56 for StreamLink.NET