<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "Bitcoin",
  "identifier" : "/documentation/Bitcoin/RPCClientError",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Bitcoin"
    ],
    "preciseIdentifier" : "s:7Bitcoin14RPCClientErrorO"
  },
  "title" : "RPCClientError"
}
-->

# RPCClientError

Client-side RPC errors.

```
enum RPCClientError
```

## Overview

These represent errors in the client transport/decoding layer, not
server-originated errors (which are [`RPCError`](/documentation/Bitcoin/RPCError)).