PipelineComponent.DescribeRedirectedErrorCode(Int32) Method

Definition

Provides error code information for a PipelineBuffer row added to an output buffer.

public:
 virtual System::String ^ DescribeRedirectedErrorCode(int iErrorCode);
public virtual string DescribeRedirectedErrorCode (int iErrorCode);
abstract member DescribeRedirectedErrorCode : int -> string
override this.DescribeRedirectedErrorCode : int -> string
Public Overridable Function DescribeRedirectedErrorCode (iErrorCode As Integer) As String

Parameters

iErrorCode
Int32

The error code that is described.

Returns

The description associated with the error code.

Remarks

The DescribeRedirectedErrorCode method returns the error descriptions for an error code that a component is sending to an error output. All other error codes should return DTS_E_NOERRORDESCFORCOMPONENT, indicating that the component does not know this error code. For more information, see Using Error Outputs in a Data Flow Component.

Applies to