I was tired of looking up Metaplex program errors.
wtf-is <hex_code || decimal_code>
Example:
$ wtf-is 0x37
> 0x37:
Token Metadata | CannotUnverifyAnotherCreator: You cannot unilaterally unverify another creator
$ wtf-is 55
> 0x37:
Token Metadata | CannotUnverifyAnotherCreator: You cannot unilaterally unverify another creator
Metaboss now supports looking up errors with metaboss find error <code>
. Error lists in Metaboss will be kept up-to-date and this repo will be deprecated eventually.