feat: scaffold v0.1 foundation
This commit is contained in:
parent
c4fb0c6a01
commit
170ca32f58
34 changed files with 6175 additions and 5 deletions
10
fixtures/golden/v1/error.json
Normal file
10
fixtures/golden/v1/error.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"schema_version": 1,
|
||||
"kind": "error",
|
||||
"error": {
|
||||
"code": "function_selector_ambiguous",
|
||||
"message": "symbol 'parse' resolves to more than one function",
|
||||
"retryable": false,
|
||||
"details": { "candidates": [] }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue