UNPKG

@piiano/vault-client

Version:

Piiano Vault generated typescript client

19 lines 366 B
export type rest_HTTPError = { /** * The error context. */ context: Record<string, string>; /** * The error code. */ error_code: string; /** * The error message. */ message: string; /** * The URL to the error documentation. */ error_url?: string; }; //# sourceMappingURL=rest_HTTPError.d.ts.map