Show / Hide Table of Contents

Class ErrorResponseJson

Inheritance
object
ErrorResponseJson
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: GitCredentialManager.Authentication.OAuth.Json
Assembly: Algenta.Colectica.Repository.Client.dll
Syntax
public class ErrorResponseJson

Properties

Description

Declaration
[JsonProperty("error_description")]
public string Description { get; set; }
Property Value
Type Description
string

Error

Declaration
[JsonProperty("error", Required = Required.Always)]
public string Error { get; set; }
Property Value
Type Description
string

Uri

Declaration
[JsonProperty("error_uri")]
public Uri Uri { get; set; }
Property Value
Type Description
Uri

Methods

ToException(Exception)

Declaration
public OAuth2Exception ToException(Exception innerException = null)
Parameters
Type Name Description
Exception innerException
Returns
Type Description
OAuth2Exception
In this article
Back to top Generated by DocFX