diem / move

Home of the Move programming language
Apache License 2.0
346 stars 131 forks source link

[stdlib] Simplified generic error code module. #252_150 #454

Closed satyamacn closed 1 year ago

satyamacn commented 1 year ago

Motivation

Introduces canonical errors as an option which apps may or may not follow. When a user defines an error reason, they may use the convention

// Message const ESOME_WRONG = 0xCCRRRR; Where CC is a byte with the category and RRRR two bytes with the reason.

sahithiacn commented 1 year ago

/canary

bors-diem commented 1 year ago

:sunny: Canary successful

sahithiacn commented 1 year ago

/land