If you are working with Aave-v3 you probably have gotten some cryptic error codes spit back at you from the smart contracts. If you google what they mean, you will probably get sent to the v2 protocol errors page, but these codes are completely different in v3. For now, the v3 codes are not in the docs, so I’m posting them here. I got these straight from the aave-core-v3 githubCALLER_NOT_POOL_ADMIN = '1'; // 'The caller of the function is not a pool admin' CALLER_NOT_EMERGENCY_ADMIN = '2'; //...