JanRain OpenID Library

Auth_OpenID_ServerErrorContainer
in package

Exception that is raised when the server returns a 400 response code to a direct request.

Table of Contents

$error_code  : string
$message  : Auth_OpenID_Message
$error_text  : string
__construct()  : mixed
Auth_OpenID_ServerErrorContainer constructor.
fromMessage()  : Auth_OpenID_ServerErrorContainer

Properties

$error_text

private string $error_text

Methods

__construct()

Auth_OpenID_ServerErrorContainer constructor.

public __construct(string $error_text, string $error_code, Auth_OpenID_Message $message) : mixed
Parameters
$error_text : string
$error_code : string
$message : Auth_OpenID_Message
Return values
mixed

Search results