| ErrorContainerError Property  | 
            Gets an error message indicating what is wrong with this object.
            
 
Namespace: SD.Tools.Algorithmia.GeneralDataStructuresAssembly: SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.14.1118)
Syntaxpublic string Error { get; }Public ReadOnly Property Error As String
	Get
Return Value
Type: 
String
            An error message indicating what is wrong with this object. The default is an empty string ("").
            
Implements
IDataErrorInfoError
See Also