gigachat-node
Version:
The unoffical JavaScript/TypesSript library for the GigaChat API
1 lines • 232 B
JavaScript
;Object.defineProperty(exports,"__esModule",{value:!0}),exports.GigaChatError=void 0;class GigaChatError extends Error{constructor(r,t){super(r),this.code=t,this.name="GigaChatError"}}exports.GigaChatError=GigaChatError;