ApiResponse
Standard API response structure
Type Parameters
T
T
Properties
cause?
optionalcause:unknown
The original error object
data?
optionaldata:T
The data returned from the API
message?
optionalmessage:string
A message providing additional context about the API response
stack?
optionalstack:string
A stack trace for debugging purposes