Error Codes
Error code responses from Smart Contracts (business logic revert), Backend node and Relayer.
General init related
BSA000:Could not finish initialisation
General gas/ execution related
BSA010:Not enough gas to execute Safe transactionBSA011:Could not pay gas costs with etherBSA012:Could not pay gas costs with tokenBSA013:Transaction failed when gasPrice and targetTxGas was 0
General signature validation related
BSA021:Invalid contract signature location: inside static partBSA022:Invalid contract signature location: length not presentBSA023:Invalid contract signature location: data not completeBSA024:Invalid contract signature provided
General auth related
BSA031:Method can only be called from this contract
Module management related
BSA100:Modules have already been initialisedBSA101:Invalid module address providedBSA102:Module has already been addedBSA103:Invalid prevModule, module pair providedBSA104:Method can only be called from an enabled module