Home Manual Reference Source Repository
public class | source

OAuthError

Extends:

Error → OAuthError

OAuth error

Constructor Summary

Public Constructor
public

constructor(error: String, message: String)

OAuth error response

Member Summary

Public Members
public

OAuth error code

Method Summary

Public Methods
public

Displayable error string

Public Constructors

public constructor(error: String, message: String) source

OAuth error response

Params:

NameTypeAttributeDescription
error String

OAuth error key

message String

OAuth error message

Public Members

public error: String source

OAuth error code

Public Methods

public toString(): String source

Displayable error string

Return:

String

error