ResponseInsufficientBalanceResponse
ResponseInsufficientBalanceResponse =
object
Defined in: src/client/types.gen.ts:1041
Properties
available_micro_usd?
optionalavailable_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?
optionalcode:string
Defined in: src/client/types.gen.ts:1047
error
error:
string
Defined in: src/client/types.gen.ts:1048
gate?
optionalgate:string
Defined in: src/client/types.gen.ts:1052
Gate disambiguates the failure source — see BalanceGate* constants.
request_id?
optionalrequest_id:string
Defined in: src/client/types.gen.ts:1053
required_micro_usd?
optionalrequired_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?
optionaltrace_id:string
Defined in: src/client/types.gen.ts:1060
type?
optionaltype:string
Defined in: src/client/types.gen.ts:1061