Stellar PHP SDK API Documentation

XdrErrorCode
in package

Table of Contents

Constants

ERR_AUTH  = 3
ERR_CONF  = 2
ERR_DATA  = 1
ERR_LOAD  = 4
ERR_MISC  = 0

Properties

$value  : int

Methods

__construct()  : mixed
decode()  : XdrErrorCode
encode()  : string
ERR_AUTH()  : XdrErrorCode
ERR_CONF()  : XdrErrorCode
ERR_DATA()  : XdrErrorCode
ERR_LOAD()  : XdrErrorCode
ERR_MISC()  : XdrErrorCode
fromBase64Xdr()  : static
getValue()  : int
toBase64Xdr()  : string

Constants

Properties

Methods

__construct()

public __construct(int $value) : mixed
Parameters
$value : int

fromBase64Xdr()

public static fromBase64Xdr(string $xdr) : static
Parameters
$xdr : string
Return values
static

toBase64Xdr()

public toBase64Xdr() : string
Return values
string

        
On this page

Search results