You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// ingests events by extracting stream name from header
49
50
// creates if stream does not exist
@@ -488,8 +489,6 @@ pub enum PostError {
488
489
IncorrectLogFormat(String),
489
490
#[error("Failed to ingest events in dataset {0}. Total number of fields {1} exceeds the permissible limit of {2}. We recommend creating a new dataset beyond {2} for better query performance.")]
490
491
FieldsCountLimitExceeded(String,usize,usize),
491
-
#[error("Service Unavailable: Server over-utilized")]
492
-
ServiceUnavailable(String),
493
492
}
494
493
495
494
impl actix_web::ResponseErrorforPostError{
@@ -519,7 +518,6 @@ impl actix_web::ResponseError for PostError {
0 commit comments