# Response codes

Here is a summary of our general response codes.

| 200     | [OK](https://tools.ietf.org/html/rfc7231#section-6.3.1)        | A successful response.(streaming responses)                             | Inline                                              |
| ------- | -------------------------------------------------------------- | ----------------------------------------------------------------------- | --------------------------------------------------- |
| 403     | [Forbidden](https://tools.ietf.org/html/rfc7231#section-6.5.3) | Returned when the user does not have permission to access the resource. | Inline                                              |
| 404     | [Not Found](https://tools.ietf.org/html/rfc7231#section-6.5.4) | Returned when the resource does not exist.                              | string                                              |
| default | Default                                                        | An unexpected error response.                                           | [rpcStatus](https://sdk.kaiko.com/#schemarpcstatus) |
