onflow / cadence

Cadence, the resource-oriented smart contract programming language 🏃‍♂️
https://cadence-lang.org
Apache License 2.0
534 stars 138 forks source link

Standardize internal error messages #3689

Closed turbolent closed 5 days ago

turbolent commented 5 days ago

Issue to be solved

Make it easy to identify internal errors

Suggested Solution

Prefix all error messages for internal errors with the prefix internal error: and ensure user error messages do not have this prefix.