2016-12-30 16:32:25 +01:00
|
|
|
---
|
|
|
|
title: rpc_error
|
|
|
|
description: rpc_error attributes, type and example
|
|
|
|
---
|
|
|
|
## Constructor: rpc\_error
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required |
|
|
|
|
|----------|:-------------:|---------:|
|
|
|
|
|error\_code|[int](../types/int.md) | Required|
|
|
|
|
|error\_message|[string](../types/string.md) | Required|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [RpcError](../types/RpcError.md)
|
|
|
|
|
|
|
|
|
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
2016-12-30 21:21:36 +01:00
|
|
|
$rpc_error = ['_' => 'rpc_error', 'error_code' => int, 'error_message' => string, ];
|
2016-12-30 16:32:25 +01:00
|
|
|
```
|