You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"Type": "error",
"Code": 0,
"Message": "my message"
}
Or:
{
"Type": "value",
"Value": { /* ... */ }
}
Currently, one can break the API as follows:
> ipfs dag put <<<'{"Message": "the api is broken", "Code": 0, "Type": "error"}'
zdpuAxiFRrxtmMmFRZx145LufQsKTw8is1ZgfTQX4vgzgb8DB
> ipfs dag get zdpuAxiFRrxtmMmFRZx145LufQsKTw8is1ZgfTQX4vgzgb8DB
Error: the api is broken
The text was updated successfully, but these errors were encountered:
That is, either:
Or:
Currently, one can break the API as follows:
The text was updated successfully, but these errors were encountered: