ErrorContainerError Property  | 
 
            Gets an error message indicating what is wrong with this object.
            
 
    Namespace: 
   SD.Tools.Algorithmia.GeneralDataStructures
    Assembly:
   SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0711)
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