VALIDATION: {
ERRORS: {
INVALID_AMOUNT: "Amount must be positive";
INVALID_ASSET_CONFIG: "Invalid asset configuration provided";
INVALID_SUBACCOUNT_ID: "Subaccount ID must be between 0 and 255";
MASTER_CONTRACT_INACTIVE: "Master contract is not active";
MISSING_JETTON_AMOUNT: "Either amount, liquidationAmount, or supplyAmount must be provided";
MISSING_RESPONSE_ADDRESS: "responseAddress, userAddress, or liquidatorAddress must be provided";
OUTDATED_SDK_VERSION: "Outdated SDK pool version";
};
} = ...
Common validation constants and error messages