Click or drag to resize

SparkApiEventArgsError Property

Gets the error value, if the success is false, otherwise is null. SparkError

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public SparkError Error { get; }

Property Value

Type: SparkError
The error.
Remarks
Since: 0.1.0
See Also