mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 14:49:58 -07:00
50 lines
1.4 KiB
Markdown
50 lines
1.4 KiB
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / ErrorDetail
|
|
|
|
# Interface: ErrorDetail
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:456](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L456)
|
|
|
|
## Properties
|
|
|
|
### code
|
|
|
|
> **code**: `string`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:458](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L458)
|
|
|
|
Machine-readable error code (e.g. "invalid_addr", "series_not_found")
|
|
|
|
***
|
|
|
|
### docUrl
|
|
|
|
> **docUrl**: `string`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:460](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L460)
|
|
|
|
Link to API documentation
|
|
|
|
***
|
|
|
|
### message
|
|
|
|
> **message**: `string`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:459](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L459)
|
|
|
|
Human-readable description
|
|
|
|
***
|
|
|
|
### type
|
|
|
|
> **type**: `string`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:457](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L457)
|
|
|
|
Error category: "invalid_request", "forbidden", "not_found", "unavailable", or "internal"
|