SeatAssignmentError
Sanitized expected failure from seat assignment lifecycle operations.
Declaration
Section titled “Declaration”const SeatAssignmentError: Schema.toTaggedUnion<"code", readonly [Schema.Struct<{ code: Schema.Literal<"invalid_input">;}>, Schema.Struct<{ code: Schema.Literal<"idempotency_conflict">;}>, Schema.Struct<{ code: Schema.Literal<"assignment_conflict">;}>, Schema.Struct<{ code: Schema.Literal<"member_already_assigned">;}>, Schema.Struct<{ code: Schema.Literal<"seat_capacity_unavailable">; reason: Schema.Literals<readonly ["no_active_capacity", "ambiguous_entitlement", "capacity_exhausted"]>;}>, Schema.Struct<{ code: Schema.Literal<"internal_error">;}>]>;