π₯Errors
C4AI_SDK_Error
Usage
import { C4AI_SDK_Error } from '@c4ai-sdk/global/C4AISDKError.class';
const error = new C4AI_SDK_Error({
name: 'EXECUTOR_SIC_MISSING',
message: 'Executor SIC is missing',
code: 'C4AI_SDK_EES_00001',
description: 'Executor SIC is missing in the request. Please make sure you have provided the sic in the request.',
link: 'https://docs.cloud4.ai/ees/executor-sic'
});Parameters
Parameter
Description
Methods
Last updated