ZkgmClientError.ts
This module describes possible request and response errors from {@link ZkgmClient} execution.
Added in v2.0.0
Signature
export type ClientError = RequestError | ResponseErrorSource: src/ZkgmClientError.ts:34
Added in v2.0.0
Signature
export declare class RequestErrorAdded in v2.0.0
Source: src/ZkgmClientError.ts:40
Signature
export declare class ResponseErrorAdded in v2.0.0
Source: src/ZkgmClientError.ts:57
Signature
export declare const isClientError: (u: unknown) => u is ClientErrorSource: src/ZkgmClientError.ts:28
Added in v2.0.0
Signature
export declare const TypeId: typeof TypeIdSource: src/ZkgmClientError.ts:16
Added in v2.0.0
Signature
export type TypeId = typeof TypeIdSource: src/ZkgmClientError.ts:22
Added in v2.0.0