Class ErrorHandlerOption
- Namespace
- Autodesk.Common.HttpClientLibrary.Middleware.Options
- Assembly
- Autodesk.Common.HttpClientLibrary.dll
public class ErrorHandlerOption : IRequestOption
- Inheritance
-
ErrorHandlerOption
- Implements
-
IRequestOption
- Inherited Members
Properties
Enabled
If true, the error handler will throw an exception if the response has not a success status.
public bool Enabled { get; set; }