Raw error response from the O2 API.
Errors come in two formats:
code
message
reason
receipts
Optional
Error code (present for pre-flight validation errors).
Error message.
On-chain revert reason (e.g., "NotEnoughBalance").
"NotEnoughBalance"
Transaction receipts from on-chain reverts.
Raw error response from the O2 API.
Remarks
Errors come in two formats:
code+message(no transaction submitted)reason+receipts(transaction submitted but reverted)