title |
description |
rpc_error |
rpc_error attributes, type and example |
Constructor: rpc_error
Back to constructors index
Attributes:
Name |
Type |
Required |
error_code |
int |
Required |
error_message |
string |
Required |
Example:
$rpc_error = ['_' => 'rpc_error', 'error_code' => int, 'error_message' => string, ];