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