Variable NodeClientErrorV0Const

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