OAuthException.this

Creates a new instance of OAuthException based on an error response from the authentication server.

  1. this(string msg, string file, size_t line, Throwable next)
  2. this(Json errorResponse, string file, size_t line, Throwable next)
    class OAuthException
    this
    (,
    string file = __FILE__
    ,
    size_t line = __LINE__
    ,
    Throwable next = null
    )

Parameters

errorResponse Json

error response from the authentication server.

file string

(implicit)

line size_t

(implicit)

next Throwable

(implicit)

Meta