Skip to content

Commit

Permalink
Explain LINKER_ERROR
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbe1 authored Nov 26, 2022
1 parent b38bc36 commit 222f733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer-docs-site/docs/guides/handle-aptos-errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Help us update this list by sending pull requests containing the errors you enco
|RESOURCE_DOES_NOT_EXIST|We tried to access a resource that does not exist under the account.|
|RESOURCE_ALREADY_EXISTS|We tried to create a resource under an account where that resource already exists.|
|UNKNOWN_STATUS|A reserved status to represent an unknown vm status. This is std::u64::MAX, but we can't pattern match on that, so put the hardcoded value in.|
|
|LINKER_ERROR|The function that your command is executing is not a valid function. Double check your command.|
|

## Move Standard Library (stdlib)
Expand Down

0 comments on commit 222f733

Please sign in to comment.