Delegate AccountManagerServicesRequestListener.OnRequestErrorDelegate
Callback for notifying a request has failed.
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 | The error status code. |
System.String | errorMessage | An error message, if any. |
Dictionary | parameterErrors | A Linphone.Dictionary with parameter specific errors, if any. |