Skip to content

Commit

Permalink
Explain LINKER_ERROR (#5702)
Browse files Browse the repository at this point in the history
* Explain LINKER_ERROR

fix #5663

* Add hypen

* update LINKER_ERROR description

* update LINKER_ERROR description

* Update developer-docs-site/docs/guides/handle-aptos-errors.md

Co-authored-by: Clay Murphy <[email protected]>
Co-authored-by: David Wolinsky <[email protected]>
  • Loading branch information
3 people authored Dec 4, 2022
1 parent e232538 commit d0cef70
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|This may be due to the function has not been published on chain or by trying to call an invalid function as the result of either an incorrect account address, module name, or function name. This might not happen locally if the sources are available locally but have yet to be published on-chain.|
|

## Move Standard Library (stdlib)
Expand Down

0 comments on commit d0cef70

Please sign in to comment.