mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 21:07:58 +08:00
feat(logging): Emit a setup error when a restricted keys are used for logging default keys (#5185)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -32,7 +32,7 @@ use crate::services;
|
||||
pub type RouterResult<T> = CustomResult<T, ApiErrorResponse>;
|
||||
pub type RouterResponse<T> = CustomResult<services::ApplicationResponse<T>, ApiErrorResponse>;
|
||||
|
||||
pub type ApplicationResult<T> = Result<T, ApplicationError>;
|
||||
pub type ApplicationResult<T> = error_stack::Result<T, ApplicationError>;
|
||||
pub type ApplicationResponse<T> = ApplicationResult<services::ApplicationResponse<T>>;
|
||||
|
||||
pub type CustomerResponse<T> =
|
||||
|
||||
Reference in New Issue
Block a user