Skip to content

Commit

Permalink
add string data to validation error
Browse files Browse the repository at this point in the history
  • Loading branch information
ArielElp committed Nov 30, 2023
1 parent e239fcc commit d15a809
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 d15a809

Please sign in to comment.