You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the moment, writing errors is a bit redundant. The aim is to create a macro that generates a structure similar to Anchor, with the possibility of entering the offset where the custom error number starts.
#[error]pubenumError{
...
}
or
#[error(start_at = 6000)]pubenumError{
...
}
The text was updated successfully, but these errors were encountered:
For the moment, writing errors is a bit redundant. The aim is to create a macro that generates a structure similar to Anchor, with the possibility of entering the offset where the custom error number starts.
or
The text was updated successfully, but these errors were encountered: