-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathError424.yaml
More file actions
32 lines (32 loc) · 830 Bytes
/
Error424.yaml
File metadata and controls
32 lines (32 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
type: object
required:
- message
- status
- code
properties:
status:
type: integer
enum:
- 424
description: HTTP status code
code:
type: string
description: |
| Error Code | Description |
|------------|-------------|
| PAYREQ_REQUEST_FAILED | Payment request failed |
| COUNTERPARTY_PUBKEY_FETCH_ERROR | Error fetching counterparty public key |
| NO_COMPATIBLE_UMA_VERSION | No compatible UMA version |
| LNURLP_REQUEST_FAILED | LNURLP request failed |
enum:
- PAYREQ_REQUEST_FAILED
- COUNTERPARTY_PUBKEY_FETCH_ERROR
- NO_COMPATIBLE_UMA_VERSION
- LNURLP_REQUEST_FAILED
message:
type: string
description: Error message
details:
type: object
description: Additional error details
additionalProperties: true