Skip to content

Commit

Permalink
Merge pull request #251 from starkware-libs/improve_compilation_error
Browse files Browse the repository at this point in the history
Refine compilation error in the write api (#251)
  • Loading branch information
ArielElp authored Jan 12, 2025
2 parents bbefcd1 + 5a8d50f commit da37b41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/starknet_write_api.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,8 @@
},
"COMPILATION_FAILED": {
"code": 56,
"message": "Compilation failed"
"message": "Compilation failed",
"data": "string"
},
"CONTRACT_CLASS_SIZE_IS_TOO_LARGE": {
"code": 57,
Expand Down

0 comments on commit da37b41

Please sign in to comment.