UNPKG
btcpay-greenfield-node-client
Version:
latest (1.7.0)
1.7.0
0.1.1
0.1.0
## Installation
AryanJ-NYC/btcpay-greenfield-node-client
btcpay-greenfield-node-client
/
dist
/
models
/
ProblemDetails.d.ts
14 lines
(13 loc)
•
299 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/** * Description of an error happening during processing of the request */
export declare
type
ProblemDetails = {
/** * An error code describing the error */
code?:
string
;
/** * User friendly error message about the error */
message?:
string
; };