Class ErrorProcessing
A helper class to handle errors.
Inheritance
System.Object
ErrorProcessing
Namespace: DocuWare.Services.Http.Client
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public static class ErrorProcessing : object
Methods
ExtractErrorMessage(HttpClientRequestException)
Extracts the error message from the exception.
Declaration
public static Error ExtractErrorMessage(this HttpClientRequestException httpProcessingException)
Parameters
Type | Name | Description |
---|---|---|
HttpClientRequestException | httpProcessingException | The HTTP processing exception. |
Returns
Type | Description |
---|---|
Error | The error message of the exception. |