Version

DataSourceErrorReason Enumeration

Constants which identify the reason for an error which occurred while updating a data source.
Syntax
'Declaration
 
Public Enum DataSourceErrorReason 
   Inherits System.Enum
public enum DataSourceErrorReason : System.Enum 
Members
MemberDescription
AddFilterFailedAn error occurred during execution of the AddFilterAsync method.
AddFilterMemberFailedAn error occurred during execution of the AddFilterMemberAsync method.
AddMeasureFailedAn error occurred during execution of the AddMeasureAsync method.
AxisAddHierarchyFailedAn error occurred during execution of the AxisAddHierarchyAsync method.
AxisRemoveHierarchyFailedAn error occurred during execution of the AxisRemoveHierarchyAsync method.
CollapseAxisTupleMemberFailedAn error occurred during execution of the CollapseAxisTupleMemberAsync method.
ExpandAxisTupleMemberFailedAn error occurred during execution of the ExpandAxisTupleMemberAsync method.
GetCatalogsFailedAn error occurred during execution of the GetCatalogsAsync method.
GetCubesFailedAn error occurred during execution of the GetCubesAsync method.
GetHierarchiesFailedAn error occurred during execution of the GetHierarchiesAsync method.
GetHierarchyMembersFailedAn error occurred during execution of the GetHierarchyMembersAsync method.
GetMeasuresFailedAn error occurred during execution of the GetMeasuresAsync method.
InitializationFailedFirst-time initialization of the data source has failed.
NoneUsed for variable initialization.
RemoveAllFilterMembersFailedAn error occurred during execution of the RemoveAllFilterMembersAsync method.
RemoveFilterFailedAn error occurred during execution of the RemoveFilterAsync method.
RemoveFilterMemberFailedAn error occurred during execution of the RemoveFilterMemberAsync method.
RemoveMeasureFailedAn error occurred during execution of the RemoveMeasureAsync method.
SetCatalogFailedAn error occurred during execution of the SetCatalogAsync method.
SetCubeFailedAn error occurred during execution of the SetCubeAsync method.
UpdateFailedAn error occurred during execution of the UpdateAsync method.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also