/** * Lead Scraping Service API * Vector Lead Scraping Service API - Manages Lead Scraping Jobs * * The version of the OpenAPI document: 1.0 * Contact: yoanyomba@vector.ai * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * - NO_NOT_FOUND_ERROR: Default value as per proto3 convention - UNDEFINED_ENDPOINT: Endpoint errors Requested endpoint doesn\'t exist - UNIMPLEMENTED: Endpoint not implemented - STORE_ID_NOT_FOUND: Resource errors Requested store ID doesn\'t exist - USER_NOT_FOUND: Requested user doesn\'t exist - RESOURCE_NOT_FOUND: Generic resource not found - TENANT_NOT_FOUND: Requested tenant doesn\'t exist */ export declare enum NotFoundErrorCode { NoNotFoundError, UndefinedEndpoint, Unimplemented, StoreIdNotFound, UserNotFound, ResourceNotFound, TenantNotFound }