Class OAuth2ErrorResponse
Obsolete
Definition
- Namespace:
- Tizen.Account.OAuth2
- Assembly:
- Tizen.Account.OAuth2.dll
- API Level:
- 3
Wrapper class contaning OAuth2 related error information
[Obsolete]
public class OAuth2ErrorResponse
- Inheritance
-
OAuth2ErrorResponse
Properties
View SourceError
Obsolete
Error description
Declaration
[Obsolete]
public string Error { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
View SourceErrorUri
Obsolete
URI of the error page.
Declaration
[Obsolete]
public string ErrorUri { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
View SourcePlatformErrorCode
Obsolete
The platform error cocde
Declaration
[Obsolete]
public int PlatformErrorCode { get; }
Property Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceServerErrorCode
Obsolete
The server error code
Declaration
[Obsolete]
public int ServerErrorCode { get; }
Property Value
Type | Description |
---|---|
Int32 |