PROTOCOL
OAuthErrorModel
public protocol OAuthErrorModel: OAuthModel
An error model related with OAuth.
Properties
error
var error: String?
The error code.
errorDescription
var errorDescription: String
Additional information, used to assist the client developer in understanding the error that occurred.