/** * 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. */ /** * - INTERNAL_ERROR: General internal errors - RESOURCE_EXHAUSTED: Resource exhaustion errors - CANCELLED: Operation errors - UNAVAILABLE: Availability errors - DEPENDENCY_FAILURE: New internal error codes Failure in external dependency - CONFIGURATION_ERROR: Service configuration error - SECURITY_BREACH_DETECTED: Potential security breach detected */ export declare enum InternalErrorCode { NoInternalError, InternalError, DataCorruption, DatabaseError, CacheError, ResourceExhausted, QuotaExceeded, RateLimitExceeded, Cancelled, DeadlineExceeded, AlreadyExists, FailedPrecondition, Aborted, OutOfRange, Unavailable, DataLoss, ServiceDegraded, DependencyFailure, ConfigurationError, SecurityBreachDetected }