We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b8f609 commit 045f670Copy full SHA for 045f670
1 file changed
bin/router/src/pipeline/error.rs
@@ -82,9 +82,6 @@ pub enum PipelineError {
82
#[error("Validation errors")]
83
#[strum(serialize = "GRAPHQL_VALIDATION_FAILED")]
84
ValidationErrors(Arc<Vec<ValidationError>>),
85
- #[error("Token limit exceeded")]
86
- #[strum(serialize = "TOKEN_LIMIT_EXCEEDED")]
87
- TokenLimitExceeded,
88
#[error("Authorization failed")]
89
#[strum(serialize = "UNAUTHORIZED_OPERATION")]
90
AuthorizationFailed(Vec<AuthorizationError>),
0 commit comments