/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * * `llm_error` - Llm Error * * `moderation_block` - Moderation Block * * `safety_block` - Safety Block * * `privacy_block` - Privacy Block * * `authentication_error` - Authentication Error * * `authorization_error` - Authorization Error * * `payment_error` - Payment Error * * `validation_error` - Validation Error * * `content_filter` - Content Filter * * `input_too_large` - Input Too Large * * `timeout` - Timeout * * `unknown` - Unknown */ export enum FailureCategoryEnum { LLM_ERROR = 'llm_error', MODERATION_BLOCK = 'moderation_block', SAFETY_BLOCK = 'safety_block', PRIVACY_BLOCK = 'privacy_block', AUTHENTICATION_ERROR = 'authentication_error', AUTHORIZATION_ERROR = 'authorization_error', PAYMENT_ERROR = 'payment_error', VALIDATION_ERROR = 'validation_error', CONTENT_FILTER = 'content_filter', INPUT_TOO_LARGE = 'input_too_large', TIMEOUT = 'timeout', UNKNOWN = 'unknown', }