 | 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)
Syntaxpublic static string GetErrorMessage(
Error error
)
Public Shared Function GetErrorMessage (
error As Error
) As String
public:
static String^ GetErrorMessage(
Error error
)
static member GetErrorMessage :
error : Error -> string
Parameters
- error
- Type: TeamSpeak.SdkError
the error-code
Return Value
Type:
Stringa descriptive text message
See Also