UNPKG

btcpay-greenfield-node-client

Version:
14 lines (13 loc) 299 B
/** * 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; };