Class: ApiError
Extends
Error
Constructors
new ApiError()
new ApiError(
response):ApiError
Parameters
• response: Omit<ApiResponse<any>, "ok">
Returns
Overrides
Error.constructor
Source
@tableland/sdk/src/validator/client/types.ts:164
Properties
cause?
optionalcause:unknown
Inherited from
Error.cause
Source
typescript/lib/lib.es2022.error.d.ts:24
data
readonlydata:any