id stringlengths 20 153 | type stringclasses 1
value | granularity stringclasses 14
values | content stringlengths 16 84.3k | metadata dict |
|---|---|---|---|---|
hyperswitch_enum_api_models_-5147162440142038410 | clm | enum | // hyperswitch/crates/api_models/src/routing.rs
pub enum ContractBasedTimeScale {
Day,
Month,
}
| {
"chunk": null,
"crate": "api_models",
"enum_name": "ContractBasedTimeScale",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
... |
hyperswitch_enum_api_models_-6451133618143047493 | clm | enum | // hyperswitch/crates/api_models/src/routing.rs
pub enum RoutingApproach {
Exploitation,
Exploration,
Elimination,
ContractBased,
Default,
}
| {
"chunk": null,
"crate": "api_models",
"enum_name": "RoutingApproach",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start... |
hyperswitch_enum_api_models_3223647726350558460 | clm | enum | // hyperswitch/crates/api_models/src/routing.rs
pub enum RoutingResultSource {
/// External Decision Engine
DecisionEngine,
/// Inbuilt Hyperswitch Routing Engine
HyperswitchRouting,
}
| {
"chunk": null,
"crate": "api_models",
"enum_name": "RoutingResultSource",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"s... |
hyperswitch_enum_api_models_4049636221991286758 | clm | enum | // hyperswitch/crates/api_models/src/routing.rs
pub enum ValueType {
/// Represents a number literal
Number(u64),
/// Represents an enum variant
EnumVariant(String),
/// Represents a Metadata variant
MetadataVariant(MetadataValue),
/// Represents a arbitrary String value
StrValue(String... | {
"chunk": null,
"crate": "api_models",
"enum_name": "ValueType",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line"... |
hyperswitch_enum_api_models_-7236055835496323153 | clm | enum | // hyperswitch/crates/api_models/src/routing.rs
pub enum ComparisonType {
Equal,
NotEqual,
LessThan,
LessThanEqual,
GreaterThan,
GreaterThanEqual,
}
| {
"chunk": null,
"crate": "api_models",
"enum_name": "ComparisonType",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_enum_api_models_-2997046462374390071 | clm | enum | // hyperswitch/crates/api_models/src/health_check.rs
pub enum HealthCheckServices {
/// Dynamic routing service
DynamicRoutingService,
}
| {
"chunk": null,
"crate": "api_models",
"enum_name": "HealthCheckServices",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"s... |
hyperswitch_enum_api_models_4165590710573999903 | clm | enum | // hyperswitch/crates/api_models/src/ephemeral_key.rs
pub enum ResourceId {
#[schema(value_type = String)]
Customer(id_type::GlobalCustomerId),
}
| {
"chunk": null,
"crate": "api_models",
"enum_name": "ResourceId",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line... |
hyperswitch_enum_api_models_-3990352235834596934 | clm | enum | // hyperswitch/crates/api_models/src/feature_matrix.rs
pub enum PaymentMethodSpecificFeatures {
/// Card specific features
Card(CardSpecificFeatures),
}
| {
"chunk": null,
"crate": "api_models",
"enum_name": "PaymentMethodSpecificFeatures",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswi... |
hyperswitch_enum_api_models_9160514372359900496 | clm | enum | // hyperswitch/crates/api_models/src/webhook_events.rs
pub enum EventListConstraintsInternal {
GenericFilter {
created_after: Option<PrimitiveDateTime>,
created_before: Option<PrimitiveDateTime>,
limit: Option<i64>,
offset: Option<i64>,
event_classes: Option<HashSet<EventCla... | {
"chunk": null,
"crate": "api_models",
"enum_name": "EventListConstraintsInternal",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswit... |
hyperswitch_enum_api_models_-2529932358699055036 | clm | enum | // hyperswitch/crates/api_models/src/relay.rs
pub enum RelayData {
/// The data that is associated with a refund relay request
Refund(RelayRefundRequestData),
}
| {
"chunk": null,
"crate": "api_models",
"enum_name": "RelayData",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line"... |
hyperswitch_enum_api_models_2633742824619453651 | clm | enum | // hyperswitch/crates/api_models/src/admin.rs
pub enum CardTestingGuardStatus {
Enabled,
Disabled,
}
| {
"chunk": null,
"crate": "api_models",
"enum_name": "CardTestingGuardStatus",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
... |
hyperswitch_enum_api_models_1526347332915044270 | clm | enum | // hyperswitch/crates/api_models/src/admin.rs
pub enum AdditionalMerchantData {
OpenBankingRecipientData(MerchantRecipientData),
}
| {
"chunk": null,
"crate": "api_models",
"enum_name": "AdditionalMerchantData",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
... |
hyperswitch_enum_api_models_5805682897264860111 | clm | enum | // hyperswitch/crates/api_models/src/admin.rs
pub enum MerchantAccountData {
/// IBAN-based account for international transfers
Iban {
/// International Bank Account Number (up to 34 characters)
#[schema(value_type = String)]
iban: Secret<String>,
/// Account holder name
... | {
"chunk": null,
"crate": "api_models",
"enum_name": "MerchantAccountData",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"s... |
hyperswitch_enum_api_models_2523434528347059879 | clm | enum | // hyperswitch/crates/api_models/src/admin.rs
pub enum MerchantRecipientData {
#[schema(value_type= Option<String>)]
ConnectorRecipientId(Secret<String>),
#[schema(value_type= Option<String>)]
WalletId(Secret<String>),
AccountData(MerchantAccountData),
}
| {
"chunk": null,
"crate": "api_models",
"enum_name": "MerchantRecipientData",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
... |
hyperswitch_enum_api_models_3005145011321094235 | clm | enum | // hyperswitch/crates/api_models/src/admin.rs
pub enum ConnectorAuthType {
TemporaryAuth,
HeaderKey {
api_key: Secret<String>,
},
BodyKey {
api_key: Secret<String>,
key1: Secret<String>,
},
SignatureKey {
api_key: Secret<String>,
key1: Secret<String>,
... | {
"chunk": null,
"crate": "api_models",
"enum_name": "ConnectorAuthType",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"sta... |
hyperswitch_enum_api_models_-2888731825650015556 | clm | enum | // hyperswitch/crates/api_models/src/admin.rs
pub enum AcceptedCurrencies {
#[schema(value_type = Vec<Currency>)]
EnableOnly(Vec<api_enums::Currency>),
#[schema(value_type = Vec<Currency>)]
DisableOnly(Vec<api_enums::Currency>),
AllAccepted,
}
| {
"chunk": null,
"crate": "api_models",
"enum_name": "AcceptedCurrencies",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"st... |
hyperswitch_enum_api_models_-3364157671010049814 | clm | enum | // hyperswitch/crates/api_models/src/connector_onboarding.rs
pub enum ActionUrlResponse {
PayPal(PayPalActionUrlResponse),
}
| {
"chunk": null,
"crate": "api_models",
"enum_name": "ActionUrlResponse",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"sta... |
hyperswitch_enum_api_models_-3134725473817540186 | clm | enum | // hyperswitch/crates/api_models/src/connector_onboarding.rs
pub enum OnboardingStatus {
PayPal(PayPalOnboardingStatus),
}
| {
"chunk": null,
"crate": "api_models",
"enum_name": "OnboardingStatus",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"star... |
hyperswitch_enum_api_models_8460155093655828193 | clm | enum | // hyperswitch/crates/api_models/src/connector_onboarding.rs
pub enum PayPalOnboardingStatus {
AccountNotFound,
PaymentsNotReceivable,
PpcpCustomDenied,
MorePermissionsNeeded,
EmailNotVerified,
Success(PayPalOnboardingDone),
ConnectorIntegrated(Box<admin::MerchantConnectorResponse>),
}
| {
"chunk": null,
"crate": "api_models",
"enum_name": "PayPalOnboardingStatus",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
... |
hyperswitch_enum_api_models_-3947499435607467122 | clm | enum | // hyperswitch/crates/api_models/src/payments/additional_info.rs
pub enum BankDebitAdditionalData {
Ach(Box<AchBankDebitAdditionalData>),
Bacs(Box<BacsBankDebitAdditionalData>),
Becs(Box<BecsBankDebitAdditionalData>),
Sepa(Box<SepaBankDebitAdditionalData>),
SepaGuarenteedDebit(Box<SepaBankDebitAddi... | {
"chunk": null,
"crate": "api_models",
"enum_name": "BankDebitAdditionalData",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
... |
hyperswitch_enum_api_models_-5345696481222434937 | clm | enum | // hyperswitch/crates/api_models/src/payments/additional_info.rs
pub enum BankRedirectDetails {
BancontactCard(Box<BancontactBankRedirectAdditionalData>),
Blik(Box<BlikBankRedirectAdditionalData>),
Giropay(Box<GiropayBankRedirectAdditionalData>),
}
| {
"chunk": null,
"crate": "api_models",
"enum_name": "BankRedirectDetails",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"s... |
hyperswitch_enum_api_models_-3524632439171319412 | clm | enum | // hyperswitch/crates/api_models/src/payments/additional_info.rs
pub enum BankTransferAdditionalData {
Ach {},
Sepa {},
Bacs {},
Multibanco {},
Permata {},
Bca {},
BniVa {},
BriVa {},
CimbVa {},
DanamonVa {},
MandiriVa {},
Pix(Box<PixBankTransferAdditionalData>),
Pse... | {
"chunk": null,
"crate": "api_models",
"enum_name": "BankTransferAdditionalData",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch... |
hyperswitch_enum_api_models_6590272286418816103 | clm | enum | // hyperswitch/crates/api_models/src/payments/additional_info.rs
pub enum GiftCardAdditionalData {
Givex(Box<GivexGiftCardAdditionalData>),
PaySafeCard {},
BhnCardNetwork {},
}
| {
"chunk": null,
"crate": "api_models",
"enum_name": "GiftCardAdditionalData",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
... |
hyperswitch_enum_api_models_5952038190759394303 | clm | enum | // hyperswitch/crates/api_models/src/payments/additional_info.rs
pub enum UpiAdditionalData {
UpiCollect(Box<UpiCollectAdditionalData>),
#[schema(value_type = UpiIntentData)]
UpiIntent(Box<super::UpiIntentData>),
#[schema(value_type = UpiQrData)]
UpiQr(Box<super::UpiQrData>),
}
| {
"chunk": null,
"crate": "api_models",
"enum_name": "UpiAdditionalData",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"sta... |
hyperswitch_enum_api_models_1229795068572267779 | clm | enum | // hyperswitch/crates/api_models/src/user_role/role.rs
pub enum RoleCheckType {
Invite,
Update,
}
| {
"chunk": null,
"crate": "api_models",
"enum_name": "RoleCheckType",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_l... |
hyperswitch_enum_api_models_-2346839114186491298 | clm | enum | // hyperswitch/crates/api_models/src/user_role/role.rs
pub enum ListRolesResponse {
WithGroups(Vec<RoleInfoResponseNew>),
WithParentGroups(Vec<RoleInfoResponseWithParentsGroup>),
}
| {
"chunk": null,
"crate": "api_models",
"enum_name": "ListRolesResponse",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"sta... |
hyperswitch_enum_api_models_4750608714937636287 | clm | enum | // hyperswitch/crates/api_models/src/user/dashboard_metadata.rs
pub enum SetMetaDataRequest {
ProductionAgreement(ProductionAgreementRequest),
SetupProcessor(SetupProcessor),
ConfigureEndpoint,
SetupComplete,
FirstProcessorConnected(ProcessorConnected),
SecondProcessorConnected(ProcessorConnect... | {
"chunk": null,
"crate": "api_models",
"enum_name": "SetMetaDataRequest",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"st... |
hyperswitch_enum_api_models_-7326054124111858655 | clm | enum | // hyperswitch/crates/api_models/src/user/dashboard_metadata.rs
pub enum ConfigurationType {
Single,
Multiple,
}
| {
"chunk": null,
"crate": "api_models",
"enum_name": "ConfigurationType",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"sta... |
hyperswitch_enum_api_models_-1489106004131905829 | clm | enum | // hyperswitch/crates/api_models/src/user/dashboard_metadata.rs
pub enum GetMetaDataRequest {
ProductionAgreement,
SetupProcessor,
ConfigureEndpoint,
SetupComplete,
FirstProcessorConnected,
SecondProcessorConnected,
ConfiguredRouting,
TestPayment,
IntegrationMethod,
Configuratio... | {
"chunk": null,
"crate": "api_models",
"enum_name": "GetMetaDataRequest",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"st... |
hyperswitch_enum_api_models_-2653700547604798200 | clm | enum | // hyperswitch/crates/api_models/src/user/dashboard_metadata.rs
pub enum GetMetaDataResponse {
ProductionAgreement(bool),
SetupProcessor(Option<SetupProcessor>),
ConfigureEndpoint(bool),
SetupComplete(bool),
FirstProcessorConnected(Option<ProcessorConnected>),
SecondProcessorConnected(Option<Pr... | {
"chunk": null,
"crate": "api_models",
"enum_name": "GetMetaDataResponse",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"s... |
hyperswitch_enum_api_models_-5396055275170193095 | clm | enum | // hyperswitch/crates/api_models/src/errors/types.rs
pub enum ErrorType {
InvalidRequestError,
RouterError,
ConnectorError,
}
| {
"chunk": null,
"crate": "api_models",
"enum_name": "ErrorType",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line"... |
hyperswitch_enum_api_models_3229958009812985049 | clm | enum | // hyperswitch/crates/api_models/src/errors/types.rs
pub enum ApiErrorResponse {
Unauthorized(ApiError),
ForbiddenCommonResource(ApiError),
ForbiddenPrivateResource(ApiError),
Conflict(ApiError),
Gone(ApiError),
Unprocessable(ApiError),
InternalServerError(ApiError),
NotImplemented(ApiE... | {
"chunk": null,
"crate": "api_models",
"enum_name": "ApiErrorResponse",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"star... |
hyperswitch_enum_api_models_8143516194329629531 | clm | enum | // hyperswitch/crates/api_models/src/analytics/payment_intents.rs
pub enum PaymentIntentDimensions {
#[strum(serialize = "status")]
#[serde(rename = "status")]
PaymentIntentStatus,
Currency,
ProfileId,
Connector,
#[strum(serialize = "authentication_type")]
#[serde(rename = "authenticati... | {
"chunk": null,
"crate": "api_models",
"enum_name": "PaymentIntentDimensions",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
... |
hyperswitch_enum_api_models_8950943134511325157 | clm | enum | // hyperswitch/crates/api_models/src/analytics/payment_intents.rs
pub enum PaymentIntentMetrics {
SuccessfulSmartRetries,
TotalSmartRetries,
SmartRetriedAmount,
PaymentIntentCount,
PaymentsSuccessRate,
PaymentProcessedAmount,
SessionizedSuccessfulSmartRetries,
SessionizedTotalSmartRetri... | {
"chunk": null,
"crate": "api_models",
"enum_name": "PaymentIntentMetrics",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"... |
hyperswitch_enum_api_models_-6352307204362739827 | clm | enum | // hyperswitch/crates/api_models/src/analytics/api_event.rs
pub enum QueryType {
Payment {
payment_id: common_utils::id_type::PaymentId,
},
Refund {
payment_id: common_utils::id_type::PaymentId,
refund_id: String,
},
Dispute {
payment_id: common_utils::id_type::Payme... | {
"chunk": null,
"crate": "api_models",
"enum_name": "QueryType",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line"... |
hyperswitch_enum_api_models_7036540692267088254 | clm | enum | // hyperswitch/crates/api_models/src/analytics/api_event.rs
pub enum ApiEventDimensions {
// Do not change the order of these enums
// Consult the Dashboard FE folks since these also affects the order of metrics on FE
StatusCode,
FlowType,
ApiFlow,
}
| {
"chunk": null,
"crate": "api_models",
"enum_name": "ApiEventDimensions",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"st... |
hyperswitch_enum_api_models_-6507856775189613705 | clm | enum | // hyperswitch/crates/api_models/src/analytics/api_event.rs
pub enum ApiEventMetrics {
Latency,
ApiCount,
StatusCodeCount,
}
| {
"chunk": null,
"crate": "api_models",
"enum_name": "ApiEventMetrics",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start... |
hyperswitch_enum_api_models_8857791238369177360 | clm | enum | // hyperswitch/crates/api_models/src/analytics/refunds.rs
pub enum RefundDimensions {
Currency,
RefundStatus,
Connector,
RefundType,
ProfileId,
RefundReason,
RefundErrorMessage,
}
| {
"chunk": null,
"crate": "api_models",
"enum_name": "RefundDimensions",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"star... |
hyperswitch_enum_api_models_5822298008042780167 | clm | enum | // hyperswitch/crates/api_models/src/analytics/refunds.rs
pub enum RefundMetrics {
RefundSuccessRate,
RefundCount,
RefundSuccessCount,
RefundProcessedAmount,
SessionizedRefundSuccessRate,
SessionizedRefundCount,
SessionizedRefundSuccessCount,
SessionizedRefundProcessedAmount,
Sessio... | {
"chunk": null,
"crate": "api_models",
"enum_name": "RefundMetrics",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_l... |
hyperswitch_enum_api_models_4352381407240090243 | clm | enum | // hyperswitch/crates/api_models/src/analytics/refunds.rs
pub enum RefundDistributions {
#[strum(serialize = "refund_reason")]
SessionizedRefundReason,
#[strum(serialize = "refund_error_message")]
SessionizedRefundErrorMessage,
}
| {
"chunk": null,
"crate": "api_models",
"enum_name": "RefundDistributions",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"s... |
hyperswitch_enum_api_models_3352314526342431287 | clm | enum | // hyperswitch/crates/api_models/src/analytics/payments.rs
pub enum PaymentDimensions {
// Do not change the order of these enums
// Consult the Dashboard FE folks since these also affects the order of metrics on FE
Connector,
PaymentMethod,
PaymentMethodType,
Currency,
#[strum(serialize = ... | {
"chunk": null,
"crate": "api_models",
"enum_name": "PaymentDimensions",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"sta... |
hyperswitch_enum_api_models_-342133329914555679 | clm | enum | // hyperswitch/crates/api_models/src/analytics/payments.rs
pub enum PaymentMetrics {
PaymentSuccessRate,
PaymentCount,
PaymentSuccessCount,
PaymentProcessedAmount,
AvgTicketSize,
RetriesCount,
ConnectorSuccessRate,
DebitRouting,
SessionizedPaymentSuccessRate,
SessionizedPaymentC... | {
"chunk": null,
"crate": "api_models",
"enum_name": "PaymentMetrics",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_enum_api_models_7467233710418458497 | clm | enum | // hyperswitch/crates/api_models/src/analytics/payments.rs
pub enum PaymentDistributions {
#[strum(serialize = "error_message")]
PaymentErrorMessage,
}
| {
"chunk": null,
"crate": "api_models",
"enum_name": "PaymentDistributions",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"... |
hyperswitch_enum_api_models_-8669730921587349358 | clm | enum | // hyperswitch/crates/api_models/src/analytics/auth_events.rs
pub enum AuthEventDimensions {
AuthenticationStatus,
#[strum(serialize = "trans_status")]
#[serde(rename = "trans_status")]
TransactionStatus,
AuthenticationType,
ErrorMessage,
AuthenticationConnector,
MessageVersion,
Acs... | {
"chunk": null,
"crate": "api_models",
"enum_name": "AuthEventDimensions",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"s... |
hyperswitch_enum_api_models_394855612893138953 | clm | enum | // hyperswitch/crates/api_models/src/analytics/auth_events.rs
pub enum AuthEventMetrics {
AuthenticationCount,
AuthenticationAttemptCount,
AuthenticationSuccessCount,
ChallengeFlowCount,
FrictionlessFlowCount,
FrictionlessSuccessCount,
ChallengeAttemptCount,
ChallengeSuccessCount,
A... | {
"chunk": null,
"crate": "api_models",
"enum_name": "AuthEventMetrics",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"star... |
hyperswitch_enum_api_models_-4736527356391556079 | clm | enum | // hyperswitch/crates/api_models/src/analytics/auth_events.rs
pub enum AuthEventFlows {
IncomingWebhookReceive,
PaymentsExternalAuthentication,
}
| {
"chunk": null,
"crate": "api_models",
"enum_name": "AuthEventFlows",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_enum_api_models_-3495874310554272239 | clm | enum | // hyperswitch/crates/api_models/src/analytics/disputes.rs
pub enum DisputeMetrics {
DisputeStatusMetric,
TotalAmountDisputed,
TotalDisputeLostAmount,
SessionizedDisputeStatusMetric,
SessionizedTotalAmountDisputed,
SessionizedTotalDisputeLostAmount,
}
| {
"chunk": null,
"crate": "api_models",
"enum_name": "DisputeMetrics",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_enum_api_models_5106821452037622070 | clm | enum | // hyperswitch/crates/api_models/src/analytics/disputes.rs
pub enum DisputeDimensions {
// Do not change the order of these enums
// Consult the Dashboard FE folks since these also affects the order of metrics on FE
Connector,
DisputeStage,
Currency,
}
| {
"chunk": null,
"crate": "api_models",
"enum_name": "DisputeDimensions",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"sta... |
hyperswitch_enum_api_models_1572574789046164708 | clm | enum | // hyperswitch/crates/api_models/src/analytics/frm.rs
pub enum FrmTransactionType {
#[default]
PreFrm,
PostFrm,
}
| {
"chunk": null,
"crate": "api_models",
"enum_name": "FrmTransactionType",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"st... |
hyperswitch_enum_api_models_965497590102917909 | clm | enum | // hyperswitch/crates/api_models/src/analytics/frm.rs
pub enum FrmDimensions {
FrmStatus,
FrmName,
FrmTransactionType,
}
| {
"chunk": null,
"crate": "api_models",
"enum_name": "FrmDimensions",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_l... |
hyperswitch_enum_api_models_-3318945564826584569 | clm | enum | // hyperswitch/crates/api_models/src/analytics/frm.rs
pub enum FrmMetrics {
FrmTriggeredAttempts,
FrmBlockedRate,
}
| {
"chunk": null,
"crate": "api_models",
"enum_name": "FrmMetrics",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line... |
hyperswitch_enum_api_models_-1906222526511301185 | clm | enum | // hyperswitch/crates/api_models/src/analytics/active_payments.rs
pub enum ActivePaymentsMetrics {
ActivePayments,
}
| {
"chunk": null,
"crate": "api_models",
"enum_name": "ActivePaymentsMetrics",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
... |
hyperswitch_enum_api_models_9023055914308405682 | clm | enum | // hyperswitch/crates/api_models/src/analytics/search.rs
pub enum SearchIndex {
PaymentAttempts,
PaymentIntents,
Refunds,
Disputes,
SessionizerPaymentAttempts,
SessionizerPaymentIntents,
SessionizerRefunds,
SessionizerDisputes,
}
| {
"chunk": null,
"crate": "api_models",
"enum_name": "SearchIndex",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_lin... |
hyperswitch_enum_api_models_6243795971183527502 | clm | enum | // hyperswitch/crates/api_models/src/analytics/search.rs
pub enum SearchStatus {
Success,
Failure,
}
| {
"chunk": null,
"crate": "api_models",
"enum_name": "SearchStatus",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_li... |
hyperswitch_enum_api_models_-5577651531091844875 | clm | enum | // hyperswitch/crates/api_models/src/analytics/search.rs
pub enum OpensearchOutput {
Success(OpensearchSuccess),
Error(OpensearchError),
}
| {
"chunk": null,
"crate": "api_models",
"enum_name": "OpensearchOutput",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"star... |
hyperswitch_enum_api_models_2500367716216465329 | clm | enum | // hyperswitch/crates/api_models/src/analytics/sdk_events.rs
pub enum SdkEventDimensions {
// Do not change the order of these enums
// Consult the Dashboard FE folks since these also affects the order of metrics on FE
PaymentMethod,
Platform,
BrowserName,
Source,
Component,
PaymentExpe... | {
"chunk": null,
"crate": "api_models",
"enum_name": "SdkEventDimensions",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"st... |
hyperswitch_enum_api_models_6760970193792992674 | clm | enum | // hyperswitch/crates/api_models/src/analytics/sdk_events.rs
pub enum SdkEventMetrics {
PaymentAttempts,
PaymentMethodsCallCount,
SdkRenderedCount,
SdkInitiatedCount,
PaymentMethodSelectedCount,
PaymentDataFilledCount,
AveragePaymentTime,
LoadTime,
}
| {
"chunk": null,
"crate": "api_models",
"enum_name": "SdkEventMetrics",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start... |
hyperswitch_enum_api_models_-2578507277025995871 | clm | enum | // hyperswitch/crates/api_models/src/analytics/sdk_events.rs
pub enum SdkEventNames {
OrcaElementsCalled,
AppRendered,
PaymentMethodChanged,
PaymentDataFilled,
PaymentAttempt,
PaymentMethodsCall,
ConfirmCall,
SessionsCall,
CustomerPaymentMethodsCall,
RedirectingUser,
Display... | {
"chunk": null,
"crate": "api_models",
"enum_name": "SdkEventNames",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_l... |
hyperswitch_enum_router_env_-6293807640907403270 | clm | enum | // hyperswitch/crates/router_env/src/env.rs
pub enum Env {
/// Development environment.
#[default]
Development,
/// Sandbox environment.
Sandbox,
/// Production environment.
Production,
}
| {
"chunk": null,
"crate": "router_env",
"enum_name": "Env",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null... |
hyperswitch_enum_router_env_-6776756528401031578 | clm | enum | // hyperswitch/crates/router_env/src/logger/types.rs
pub enum Tag {
/// General.
#[default]
General,
/// Redis: get.
RedisGet,
/// Redis: set.
RedisSet,
/// API: incoming web request.
ApiIncomingRequest,
/// API: outgoing web request.
ApiOutgoingRequest,
/// Data base... | {
"chunk": null,
"crate": "router_env",
"enum_name": "Tag",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null... |
hyperswitch_enum_router_env_6363859089428879992 | clm | enum | // hyperswitch/crates/router_env/src/logger/types.rs
pub enum Flow {
/// Health check
HealthCheck,
/// Deep health Check
DeepHealthCheck,
/// Organization create flow
OrganizationCreate,
/// Organization retrieve flow
OrganizationRetrieve,
/// Organization update flow
Organizati... | {
"chunk": null,
"crate": "router_env",
"enum_name": "Flow",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": nul... |
hyperswitch_enum_router_env_3301029868648138844 | clm | enum | // hyperswitch/crates/router_env/src/logger/types.rs
pub enum Category {
/// Redis: general.
Redis,
/// API: general.
Api,
/// Database: general.
Store,
/// Event: general.
Event,
/// General: general.
General,
}
| {
"chunk": null,
"crate": "router_env",
"enum_name": "Category",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line":... |
hyperswitch_enum_router_env_-6828194512478782606 | clm | enum | // hyperswitch/crates/router_env/src/logger/config.rs
pub enum LogFormat {
/// Default pretty log format
Default,
/// JSON based structured logging
#[default]
Json,
/// JSON based structured logging with pretty print
PrettyJson,
}
| {
"chunk": null,
"crate": "router_env",
"enum_name": "LogFormat",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line"... |
hyperswitch_enum_router_env_5675392995943605600 | clm | enum | // hyperswitch/crates/router_env/src/logger/formatter.rs
pub enum RecordType {
/// Entering a span.
EnterSpan,
/// Exiting a span.
ExitSpan,
/// Event.
Event,
}
| {
"chunk": null,
"crate": "router_env",
"enum_name": "RecordType",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line... |
hyperswitch_enum_router_env_-3824742555168261536 | clm | enum | // hyperswitch/crates/router_env/src/logger/setup.rs
enum TraceUrlAssert {
Match(String),
EndsWith(String),
}
| {
"chunk": null,
"crate": "router_env",
"enum_name": "TraceUrlAssert",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_enum_redis_interface_932665113230371302 | clm | enum | // hyperswitch/crates/redis_interface/src/types.rs
pub enum RedisEntryId {
UserSpecifiedID {
milliseconds: String,
sequence_number: String,
},
AutoGeneratedID,
AfterLastID,
/// Applicable only with consumer groups
UndeliveredEntryID,
}
| {
"chunk": null,
"crate": "redis_interface",
"enum_name": "RedisEntryId",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"sta... |
hyperswitch_enum_redis_interface_-7450119809298844309 | clm | enum | // hyperswitch/crates/redis_interface/src/types.rs
pub enum SetnxReply {
KeySet,
KeyNotSet, // Existing key
}
| {
"chunk": null,
"crate": "redis_interface",
"enum_name": "SetnxReply",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start... |
hyperswitch_enum_redis_interface_-6938442668782171138 | clm | enum | // hyperswitch/crates/redis_interface/src/types.rs
pub enum HsetnxReply {
KeySet,
KeyNotSet, // Existing key
}
| {
"chunk": null,
"crate": "redis_interface",
"enum_name": "HsetnxReply",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"star... |
hyperswitch_enum_redis_interface_3442569100033109296 | clm | enum | // hyperswitch/crates/redis_interface/src/types.rs
pub enum MsetnxReply {
KeysSet,
KeysNotSet, // At least one existing key
}
| {
"chunk": null,
"crate": "redis_interface",
"enum_name": "MsetnxReply",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"star... |
hyperswitch_enum_redis_interface_-9196542237863012149 | clm | enum | // hyperswitch/crates/redis_interface/src/types.rs
pub enum StreamCapKind {
MinID,
MaxLen,
}
| {
"chunk": null,
"crate": "redis_interface",
"enum_name": "StreamCapKind",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"st... |
hyperswitch_enum_redis_interface_-5117856814969138035 | clm | enum | // hyperswitch/crates/redis_interface/src/types.rs
pub enum StreamCapTrim {
Exact,
AlmostExact,
}
| {
"chunk": null,
"crate": "redis_interface",
"enum_name": "StreamCapTrim",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"st... |
hyperswitch_enum_redis_interface_7288569011833150178 | clm | enum | // hyperswitch/crates/redis_interface/src/types.rs
pub enum DelReply {
KeyDeleted,
KeyNotDeleted, // Key not found
}
| {
"chunk": null,
"crate": "redis_interface",
"enum_name": "DelReply",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_l... |
hyperswitch_enum_redis_interface_8616639549965644144 | clm | enum | // hyperswitch/crates/redis_interface/src/types.rs
pub enum SaddReply {
KeySet,
KeyNotSet,
}
| {
"chunk": null,
"crate": "redis_interface",
"enum_name": "SaddReply",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_enum_redis_interface_8373787164866752641 | clm | enum | // hyperswitch/crates/redis_interface/src/types.rs
pub enum SetGetReply<T> {
ValueSet(T), // Value was set and this is the value that was set
ValueExists(T), // Value already existed and this is the existing value
}
| {
"chunk": null,
"crate": "redis_interface",
"enum_name": "SetGetReply",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"star... |
hyperswitch_enum_redis_interface_2304074840534222692 | clm | enum | // hyperswitch/crates/redis_interface/src/errors.rs
pub enum RedisError {
#[error("Invalid Redis configuration: {0}")]
InvalidConfiguration(String),
#[error("Failed to set key value in Redis")]
SetFailed,
#[error("Failed to set key value in Redis. Duplicate value")]
SetNxFailed,
#[error("Fa... | {
"chunk": null,
"crate": "redis_interface",
"enum_name": "RedisError",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start... |
hyperswitch_enum_events_-625058762053630873 | clm | enum | // hyperswitch/crates/events/src/lib.rs
pub enum EventsError {
/// An error occurred when publishing the event.
#[error("Generic Error")]
GenericError,
/// An error occurred when serializing the event.
#[error("Event serialization error")]
SerializationError,
/// An error occurred when publ... | {
"chunk": null,
"crate": "events",
"enum_name": "EventsError",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": ... |
hyperswitch_enum_payment_methods_-2742241508303275530 | clm | enum | // hyperswitch/crates/payment_methods/src/controller.rs
pub enum DataDuplicationCheck {
Duplicated,
MetaDataChanged,
}
| {
"chunk": null,
"crate": "payment_methods",
"enum_name": "DataDuplicationCheck",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch"... |
hyperswitch_enum_payment_methods_-6722066669701442210 | clm | enum | // hyperswitch/crates/payment_methods/src/core/errors.rs
pub enum VaultError {
#[error("Failed to save card in card vault")]
SaveCardFailed,
#[error("Failed to fetch card details from card vault")]
FetchCardFailed,
#[error("Failed to delete card in card vault")]
DeleteCardFailed,
#[error("F... | {
"chunk": null,
"crate": "payment_methods",
"enum_name": "VaultError",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start... |
hyperswitch_enum_pm_auth_-6387660952759041950 | clm | enum | // hyperswitch/crates/pm_auth/src/types.rs
pub enum PaymentMethodTypeDetails {
Ach(BankAccountDetailsAch),
Bacs(BankAccountDetailsBacs),
Sepa(BankAccountDetailsSepa),
}
| {
"chunk": null,
"crate": "pm_auth",
"enum_name": "PaymentMethodTypeDetails",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
... |
hyperswitch_enum_pm_auth_8431424734343704642 | clm | enum | // hyperswitch/crates/pm_auth/src/types.rs
pub enum RecipientAccountData {
Iban(Secret<String>),
Bacs {
sort_code: Secret<String>,
account_number: Secret<String>,
},
FasterPayments {
sort_code: Secret<String>,
account_number: Secret<String>,
},
Sepa(Secret<String... | {
"chunk": null,
"crate": "pm_auth",
"enum_name": "RecipientAccountData",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"sta... |
hyperswitch_enum_pm_auth_5427339706396048790 | clm | enum | // hyperswitch/crates/pm_auth/src/types.rs
pub enum PaymentMethodAuthConnectors {
Plaid,
}
| {
"chunk": null,
"crate": "pm_auth",
"enum_name": "PaymentMethodAuthConnectors",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",... |
hyperswitch_enum_pm_auth_5805682897264860111 | clm | enum | // hyperswitch/crates/pm_auth/src/types.rs
pub enum MerchantAccountData {
Iban {
iban: Secret<String>,
name: String,
},
Bacs {
account_number: Secret<String>,
sort_code: Secret<String>,
name: String,
},
FasterPayments {
account_number: Secret<String>,... | {
"chunk": null,
"crate": "pm_auth",
"enum_name": "MerchantAccountData",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"star... |
hyperswitch_enum_pm_auth_2523434528347059879 | clm | enum | // hyperswitch/crates/pm_auth/src/types.rs
pub enum MerchantRecipientData {
ConnectorRecipientId(Secret<String>),
WalletId(Secret<String>),
AccountData(MerchantAccountData),
}
| {
"chunk": null,
"crate": "pm_auth",
"enum_name": "MerchantRecipientData",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"st... |
hyperswitch_enum_pm_auth_3005145011321094235 | clm | enum | // hyperswitch/crates/pm_auth/src/types.rs
pub enum ConnectorAuthType {
BodyKey {
client_id: Secret<String>,
secret: Secret<String>,
},
#[default]
NoKey,
}
| {
"chunk": null,
"crate": "pm_auth",
"enum_name": "ConnectorAuthType",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_enum_pm_auth_7500616186308112048 | clm | enum | // hyperswitch/crates/pm_auth/src/core/errors.rs
pub enum ConnectorError {
#[error("Failed to obtain authentication type")]
FailedToObtainAuthType,
#[error("Missing required field: {field_name}")]
MissingRequiredField { field_name: &'static str },
#[error("Failed to execute a processing step: {0:?}... | {
"chunk": null,
"crate": "pm_auth",
"enum_name": "ConnectorError",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_lin... |
hyperswitch_enum_pm_auth_-8564649262373898225 | clm | enum | // hyperswitch/crates/pm_auth/src/core/errors.rs
pub enum ParsingError {
#[error("Failed to parse enum: {0}")]
EnumParseFailure(&'static str),
#[error("Failed to parse struct: {0}")]
StructParseFailure(&'static str),
#[error("Failed to serialize to {0} format")]
EncodeError(&'static str),
#... | {
"chunk": null,
"crate": "pm_auth",
"enum_name": "ParsingError",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line"... |
hyperswitch_enum_pm_auth_-1011891710746759273 | clm | enum | // hyperswitch/crates/pm_auth/src/connector/plaid/transformers.rs
pub enum PlaidRecipientAccountData {
Iban(Secret<String>),
Bacs {
sort_code: Secret<String>,
account: Secret<String>,
},
}
| {
"chunk": null,
"crate": "pm_auth",
"enum_name": "PlaidRecipientAccountData",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
... |
hyperswitch_enum_kgraph_utils_1652838646998535002 | clm | enum | // hyperswitch/crates/kgraph_utils/src/types.rs
pub enum PaymentMethodFilterKey {
PaymentMethodType(api_enums::PaymentMethodType),
CardNetwork(api_enums::CardNetwork),
}
| {
"chunk": null,
"crate": "kgraph_utils",
"enum_name": "PaymentMethodFilterKey",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",... |
hyperswitch_enum_kgraph_utils_4732391058142080320 | clm | enum | // hyperswitch/crates/kgraph_utils/src/error.rs
pub enum KgraphError {
#[error("Invalid connector name encountered: '{0}'")]
InvalidConnectorName(
#[cfg(feature = "v1")] String,
#[cfg(feature = "v2")] connector_enums::Connector,
),
#[error("Error in domain creation")]
DomainCreation... | {
"chunk": null,
"crate": "kgraph_utils",
"enum_name": "KgraphError",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_l... |
hyperswitch_enum_external_services_4915193100338675482 | clm | enum | // hyperswitch/crates/external_services/src/crm.rs
pub enum CrmManagerConfig {
/// Hubspot Crm configuration
HubspotProxy {
/// Hubspot Crm configuration
hubspot_proxy: HubspotProxyConfig,
},
/// No Crm configuration
#[default]
NoCrm,
}
| {
"chunk": null,
"crate": "external_services",
"enum_name": "CrmManagerConfig",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
... |
hyperswitch_enum_external_services_-4876643452594803858 | clm | enum | // hyperswitch/crates/external_services/src/lib.rs
pub enum DateTimeConversionError {
#[error("Invalid timestamp value from prost Timestamp: out of representable range")]
/// Error for out of range
TimestampOutOfRange,
}
| {
"chunk": null,
"crate": "external_services",
"enum_name": "DateTimeConversionError",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hypersw... |
hyperswitch_enum_external_services_-8762273339178841169 | clm | enum | // hyperswitch/crates/external_services/src/email.rs
pub enum EmailClientConfigs {
#[default]
/// Default Email client to use when no client is specified
NoEmailClient,
/// AWS ses email client
Ses {
/// AWS SES client configuration
aws_ses: ses::SESConfig,
},
/// Other Simp... | {
"chunk": null,
"crate": "external_services",
"enum_name": "EmailClientConfigs",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch"... |
hyperswitch_enum_external_services_-3411806834378345259 | clm | enum | // hyperswitch/crates/external_services/src/email.rs
pub enum EmailError {
/// An error occurred when building email client.
#[error("Error building email client")]
ClientBuildingFailure,
/// An error occurred when sending email
#[error("Error sending email to recipient")]
EmailSendingFailure,... | {
"chunk": null,
"crate": "external_services",
"enum_name": "EmailError",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"sta... |
hyperswitch_enum_external_services_8918959782041880966 | clm | enum | // hyperswitch/crates/external_services/src/file_storage.rs
pub enum FileStorageConfig {
/// AWS S3 storage configuration.
#[cfg(feature = "aws_s3")]
AwsS3 {
/// Configuration for AWS S3 file storage.
aws_s3: aws_s3::AwsFileStorageConfig,
},
/// Local file system storage configurati... | {
"chunk": null,
"crate": "external_services",
"enum_name": "FileStorageConfig",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",... |
hyperswitch_enum_external_services_-6476171775582421250 | clm | enum | // hyperswitch/crates/external_services/src/file_storage.rs
pub enum FileStorageError {
/// Indicates that the file upload operation failed.
#[error("Failed to upload file")]
UploadFailed,
/// Indicates that the file retrieval operation failed.
#[error("Failed to retrieve file")]
RetrieveFaile... | {
"chunk": null,
"crate": "external_services",
"enum_name": "FileStorageError",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
... |
hyperswitch_enum_external_services_-3389940238268650903 | clm | enum | // hyperswitch/crates/external_services/src/hashicorp_vault/core.rs
pub enum Kv2 {}
| {
"chunk": null,
"crate": "external_services",
"enum_name": "Kv2",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line... |
hyperswitch_enum_external_services_-7781439410180651403 | clm | enum | // hyperswitch/crates/external_services/src/hashicorp_vault/core.rs
pub enum HashiCorpError {
/// Failed while creating hashicorp client
#[error("Failed while creating a new client")]
ClientCreationFailed,
/// Failed while building configurations for hashicorp client
#[error("Failed while building... | {
"chunk": null,
"crate": "external_services",
"enum_name": "HashiCorpError",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
... |
hyperswitch_enum_external_services_291599455267902325 | clm | enum | // hyperswitch/crates/external_services/src/file_storage/file_system.rs
enum FileSystemStorageError {
/// Error indicating opening a file failed
#[error("Failed while opening the file")]
FileOpenFailure,
/// Error indicating file creation failed.
#[error("Failed to create file")]
CreateFailure... | {
"chunk": null,
"crate": "external_services",
"enum_name": "FileSystemStorageError",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswi... |
hyperswitch_enum_external_services_6344331265919978654 | clm | enum | // hyperswitch/crates/external_services/src/file_storage/aws_s3.rs
enum AwsS3StorageError {
/// Error indicating that file upload to S3 failed.
#[error("File upload to S3 failed: {0:?}")]
UploadFailure(aws_sdk_s3::error::SdkError<PutObjectError>),
/// Error indicating that file retrieval from S3 faile... | {
"chunk": null,
"crate": "external_services",
"enum_name": "AwsS3StorageError",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",... |
hyperswitch_enum_external_services_8223780694568790391 | clm | enum | // hyperswitch/crates/external_services/src/managers/secrets_management.rs
pub enum SecretsManagementConfig {
/// AWS KMS configuration
#[cfg(feature = "aws_kms")]
AwsKms {
/// AWS KMS config
aws_kms: aws_kms::core::AwsKmsConfig,
},
/// HashiCorp-Vault configuration
#[cfg(featu... | {
"chunk": null,
"crate": "external_services",
"enum_name": "SecretsManagementConfig",
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hypersw... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.