Interface IRemoteServiceExceptionHandler
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public interface IRemoteServiceExceptionHandler
Methods
EnsureSuccessfulHttpResponseAsync(HttpResponseMessage)
Declaration
Task EnsureSuccessfulHttpResponseAsync(HttpResponseMessage responseMessage)
Parameters
| Type |
Name |
Description |
| System.Net.Http.HttpResponseMessage |
responseMessage |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
GetAbpRemoteServiceErrorAsync(HttpResponseMessage)
Declaration
Task<string> GetAbpRemoteServiceErrorAsync(HttpResponseMessage responseMessage)
Parameters
| Type |
Name |
Description |
| System.Net.Http.HttpResponseMessage |
responseMessage |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task<TResult><string> |
|
Extension Methods