Skip to content

Commit

Permalink
doc: update algod api response
Browse files Browse the repository at this point in the history
  • Loading branch information
cusma committed Nov 22, 2024
1 parent 2aa3e3c commit 249f6f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ARCs/arc-0065.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Full Algod API response of a failed execution:
"group-index":0,
"pc":41
},
"message":"TransactionPool.Remember: transaction ESI4GHAZY46MCUCLPBSB5HBRZPGO6V7DDUM5XKMNVPIRJK6DDAGQ: logic eval error: err opcode executed. Details: app=1004, pc=41, opcodes=pushbytes 0x4552523a3030313a496e76616c6964204d6574686f64 // \"ERR:001:Invalid Method\"; log; err; label2:"
"message":"TransactionPool.Remember: transaction ESI4GHAZY46MCUCLPBSB5HBRZPGO6V7DDUM5XKMNVPIRJK6DDAGQ: logic eval error: err opcode executed. Details: app=1004, pc=41"
}
```

Expand All @@ -134,7 +134,7 @@ The `logs` array contains the `base64` encoded error `ERR:001:Invalid Method`.
The `logs` array **MAY** contain elements that are not errors (as specified by the
regexp).

It is **NOT RECOMMENDED** to use on the `message` field to retrieve errors.
It is **NOT RECOMMENDED** to use the `message` field to retrieve errors.

### AVM Compilers

Expand Down

0 comments on commit 249f6f2

Please sign in to comment.