chore: upgrade Effect to beta 83 (#32340)

This commit is contained in:
Kit Langton
2026-06-21 01:57:29 +02:00
committed by GitHub
parent c5e89b4735
commit f0d14d342d
26 changed files with 60 additions and 52 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ export type AthenaData = Record<string, string>
export class AthenaQueryError extends Schema.TaggedErrorClass<AthenaQueryError>()("AthenaQueryError", {
message: Schema.String,
queryExecutionId: Schema.optional(Schema.String),
cause: Schema.optional(Schema.Defect),
cause: Schema.optional(Schema.Defect()),
}) {}
export class AthenaQueryTimeoutError extends Schema.TaggedErrorClass<AthenaQueryTimeoutError>()(