NurApiGetErrorMessage Method

Get Nur error code as string

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public static string GetErrorMessage(
	int error
)

Parameters

error  Int32
error code

Return Value

String
Error as a string interpreted from the error code.

See Also