Error: Unable to write to laconic2d.: out of gas in location: WritePerByte; gasWanted: 80000, gasUsed: 80095: out of gas
When using very less gas
BroadcastTxError: Broadcasting transaction failed with code 11 (codespace: sdk). Log: out of gas in location: WriteFlat; gasWanted: 20000, gasUsed: 21850: out of gas
Part of [Fix error propagation from laconicd to client SDK](https://www.notion.so/Fix-error-propagation-from-laconicd-to-client-SDK-1bd20c5a4e8141a99e5809ea1fd7832f) and [Create laconic registry SDK](https://www.notion.so/Create-laconic-registry-SDK-d3a636d4aba44f7cbba3bd99b7146811)
- Use error in response raw log from laconicd
- Error examples
- When using less gas
```
Error: Unable to write to laconic2d.: out of gas in location: WritePerByte; gasWanted: 80000, gasUsed: 80095: out of gas
```
- When using very less gas
```
BroadcastTxError: Broadcasting transaction failed with code 11 (codespace: sdk). Log: out of gas in location: WriteFlat; gasWanted: 20000, gasUsed: 21850: out of gas
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Part of Fix error propagation from laconicd to client SDK and Create laconic registry SDK