NurApiErrorsErrorCodeToString Method

Get human readable error message for error code.

Definition

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

Parameters

errorCode  Int32
The error code.

Return Value

String
Human readable error message

See Also