Skip to content

Commit 045f670

Browse files
committed
Cleanup
1 parent 2b8f609 commit 045f670

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

bin/router/src/pipeline/error.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@ pub enum PipelineError {
8282
#[error("Validation errors")]
8383
#[strum(serialize = "GRAPHQL_VALIDATION_FAILED")]
8484
ValidationErrors(Arc<Vec<ValidationError>>),
85-
#[error("Token limit exceeded")]
86-
#[strum(serialize = "TOKEN_LIMIT_EXCEEDED")]
87-
TokenLimitExceeded,
8885
#[error("Authorization failed")]
8986
#[strum(serialize = "UNAUTHORIZED_OPERATION")]
9087
AuthorizationFailed(Vec<AuthorizationError>),

0 commit comments

Comments
 (0)