Skip to Content
Anuma SDKClientInternalType AliasesResponseInsufficientBalanceResponse

ResponseInsufficientBalanceResponse

ResponseInsufficientBalanceResponse = object

Defined in: src/client/types.gen.ts:1041 

Properties

available_micro_usd?

optional available_micro_usd: number

Defined in: src/client/types.gen.ts:1046 

AvailableMicroUSD is the user’s spendable balance at the moment of the failed reservation (cached_balance_usd - pending_cost_usd).


code?

optional code: string

Defined in: src/client/types.gen.ts:1047 


error

error: string

Defined in: src/client/types.gen.ts:1048 


gate?

optional gate: string

Defined in: src/client/types.gen.ts:1052 

Gate disambiguates the failure source — see BalanceGate* constants.


request_id?

optional request_id: string

Defined in: src/client/types.gen.ts:1053 


required_micro_usd?

optional required_micro_usd: number

Defined in: src/client/types.gen.ts:1059 

RequiredMicroUSD is the hold the server attempted to reserve. For Gate=BalanceGateMinimum this is the global per-request floor; for Gate=BalanceGateModel this is the model-aware worst-case cost.


trace_id?

optional trace_id: string

Defined in: src/client/types.gen.ts:1060 


type?

optional type: string

Defined in: src/client/types.gen.ts:1061 

Last updated on