Delegate AccountManagerServicesRequestListener.OnRequestErrorDelegate
Gets the request error callback.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnRequestErrorDelegate(AccountManagerServicesRequest request, int statusCode, string errorMessage, Dictionary parameterErrors);
Parameters
| Type | Name | Description |
|---|---|---|
| AccountManagerServicesRequest | request | |
| System.Int32 | statusCode | |
| System.String | errorMessage | |
| Dictionary | parameterErrors |