Click or drag to resize

GeneralErrorLookup Method

Look up error code.

Namespace: FirmaSAT
Assembly: diFirmaSatNet (in diFirmaSatNet.dll) Version: 10.70.0.38178 (10.70.0.0)
Syntax
public static string ErrorLookup(
	int errCode
)

Parameters

errCode  Int32
Code number (may be positive or negative)

Return Value

String
Corresponding error message
Example
C#
Console.WriteLine(General.ErrorLookup(-10));
// Required data not found/Datos necesarios no encontrados (MISSING_ERROR)
See Also