/** * 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. */ /** * - VALIDATION_ERROR: General validation errors - AUTHORIZATION_MODEL_NOT_FOUND: Resource not found errors - INVALID_CONTINUATION_TOKEN: Input errors - DUPLICATE_ENTRY: Conflict errors - INVALID_SCHEMA_VERSION: Schema errors - INVALID_FORMAT: New validation error codes General invalid format - INVALID_EMAIL_FORMAT: Email format is invalid - INVALID_PASSWORD_STRENGTH: Password does not meet strength requirements - FIELD_TOO_SHORT: Field value is too short - FIELD_TOO_LONG: Field value is too long - UNSUPPORTED_MEDIA_TYPE: Media type is not supported */ export declare enum ValidationErrorCode { NoError, ValidationError, InvalidWriteInput, InvalidCheckInput, InvalidExpandInput, InvalidObjectFormat, InvalidUser, InvalidTuple, AuthorizationModelNotFound, TypeNotFound, RelationNotFound, StoreIdInvalidLength, IdTooLong, InvalidContinuationToken, PageSizeInvalid, ParamMissingValue, ExceededEntityLimit, DuplicateEntry, CannotAllowDuplicateTuples, CannotAllowDuplicateTypes, InvalidSchemaVersion, InvalidTypePattern, InvalidRelationPattern, InvalidObjectPattern, InvalidFormat, InvalidEmailFormat, InvalidPasswordStrength, FieldTooShort, FieldTooLong, UnsupportedMediaType }