NodeClientErrorV0: typeof NodeClientErrorV0 & {
    error: any;
    errorCode?: string;
    message: string;
    name?: string;
}
  • This is the old error object. It will be removed in the future. Use NodeClientErrorV1 instead.