\Threema\MsgApi\Commands\ResultsUploadFileResult

Summary

Methods
Properties
Constants
__construct()
isSuccess()
getErrorCode()
getErrorMessage()
getRawResponse()
getBlobId()
No public properties found
No constants found
getErrorMessageByErrorCode()
processResponse()
No protected properties found
N/A
No private methods found
$httpCode
$response
$blobId
N/A

Properties

$httpCode

$httpCode : integer

Type

integer

$response

$response : string

Type

string

$blobId

$blobId : string

Type

string

Methods

__construct()

__construct(integer  $httpCode,   $response) 

Parameters

integer $httpCode
$response

isSuccess()

isSuccess() 

getErrorCode()

getErrorCode() : null|integer

Returns

null|integer

getErrorMessage()

getErrorMessage() : string

Returns

string

getRawResponse()

getRawResponse() : string

Returns

string

getBlobId()

getBlobId() : string

the generated blob id

Returns

string

getErrorMessageByErrorCode()

getErrorMessageByErrorCode(integer  $httpCode) : string

Parameters

integer $httpCode

Returns

string

processResponse()

processResponse(string  $blobId) 

Parameters

string $blobId