mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Better client side errors when there are issues communicating with trakt.
This commit is contained in:
parent
377e5d28e9
commit
0c57c6a6c1
10 changed files with 95 additions and 37 deletions
|
@ -9,7 +9,6 @@ namespace NzbDrone.Api.ErrorManagement
|
|||
{
|
||||
public object Content { get; private set; }
|
||||
|
||||
|
||||
public HttpStatusCode StatusCode { get; private set; }
|
||||
|
||||
protected ApiException(HttpStatusCode statusCode, object content = null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue