Skip to content

ZkgmClientError.ts

This module describes possible request and response errors from {@link ZkgmClient} execution.

Added in v2.0.0

Signature

export type ClientError = RequestError | ResponseError

Source: src/ZkgmClientError.ts:34

Added in v2.0.0

Signature

export declare class RequestError

Added in v2.0.0

Source: src/ZkgmClientError.ts:40

Signature

export declare class ResponseError

Added in v2.0.0

Source: src/ZkgmClientError.ts:57

Signature

export declare const isClientError: (u: unknown) => u is ClientError

Source: src/ZkgmClientError.ts:28

Added in v2.0.0

Signature

export declare const TypeId: typeof TypeId

Source: src/ZkgmClientError.ts:16

Added in v2.0.0

Signature

export type TypeId = typeof TypeId

Source: src/ZkgmClientError.ts:22

Added in v2.0.0