Skip to content

Commit

Permalink
Merge pull request #179 from starkware-libs/write_api_errors
Browse files Browse the repository at this point in the history
Add string data to validation error (#179)
  • Loading branch information
ArielElp authored Dec 3, 2023
2 parents e239fcc + d15a809 commit 06ea3b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions api/starknet_write_api.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,8 @@
},
"VALIDATION_FAILURE": {
"code": 55,
"message": "Account validation failed"
"message": "Account validation failed",
"data": "string"
},
"COMPILATION_FAILED": {
"code": 56,
Expand Down Expand Up @@ -295,4 +296,4 @@
}
}
}
}
}

0 comments on commit 06ea3b7

Please sign in to comment.