Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
const SpendControlErrorCodes: { PER_PAYMENT_CAP: "per_payment_cap"; CUMULATIVE_CAP: "cumulative_cap"; ALREADY_APPLIED: "already_applied"; CONFIGURATION_INVALID: "configuration_invalid"; LEDGER_CAPACITY_EXCEEDED: "ledger_capacity_exceeded"; NETWORK_NOT_ALLOWED: "network_not_allowed"; ASSET_NOT_ALLOWED: "asset_not_allowed"; PAYEE_NOT_ALLOWED: "payee_not_allowed"; AMOUNT_UNPARSEABLE: "amount_unparseable"; };
readonly PER_PAYMENT_CAP: "per_payment_cap" = "per_payment_cap";
readonly CUMULATIVE_CAP: "cumulative_cap" = "cumulative_cap";
readonly ALREADY_APPLIED: "already_applied" = "already_applied";
readonly CONFIGURATION_INVALID: "configuration_invalid" = "configuration_invalid";
readonly LEDGER_CAPACITY_EXCEEDED: "ledger_capacity_exceeded" = "ledger_capacity_exceeded";
readonly NETWORK_NOT_ALLOWED: "network_not_allowed" = "network_not_allowed";
readonly ASSET_NOT_ALLOWED: "asset_not_allowed" = "asset_not_allowed";
readonly PAYEE_NOT_ALLOWED: "payee_not_allowed" = "payee_not_allowed";
readonly AMOUNT_UNPARSEABLE: "amount_unparseable" = "amount_unparseable";
Was this page helpful?