Class OAuth2ErrorResponse
Definition
- Assembly:
- Tizen.Account.OAuth2.dll
Wrapper class contaning OAuth2 related error information
C#Copypublic class OAuth2ErrorResponse
- Inheritance
-
objectOAuth2ErrorResponse
Properties
Declaration
C#Copypublic string Error { get; }
Property Value
| Type | Description |
|---|---|
| string |
Declaration
C#Copypublic string ErrorUri { get; }
Property Value
| Type | Description |
|---|---|
| string |
Declaration
C#Copypublic int PlatformErrorCode { get; }
Property Value
| Type | Description |
|---|---|
| int |
Declaration
C#Copypublic int ServerErrorCode { get; }
Property Value
| Type | Description |
|---|---|
| int |