Class ErrorResponseJson
Inheritance
ErrorResponseJson
Assembly: Algenta.Colectica.Repository.Client.dll
Syntax
public class ErrorResponseJson
Properties
Description
Declaration
[JsonProperty("error_description")]
public string Description { get; set; }
Property Value
Error
Declaration
[JsonProperty("error", Required = Required.Always)]
public string Error { get; set; }
Property Value
Uri
Declaration
[JsonProperty("error_uri")]
public Uri Uri { get; set; }
Property Value
Methods
ToException(Exception)
Declaration
public OAuth2Exception ToException(Exception innerException = null)
Parameters
Type |
Name |
Description |
Exception |
innerException |
|
Returns