Click or drag to resize
LibraryGetErrorMessage Method
Gets a descriptive text message for a error-code

Namespace:  TeamSpeak.Sdk.Client
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public static string GetErrorMessage(
	Error error
)

Parameters

error
Type: TeamSpeak.SdkError
the error-code

Return Value

Type: String
a descriptive text message
See Also