Skip to content

PostpaidEnrollmentError

Sanitized expected failure from postpaid subscription enrollment.

const PostpaidEnrollmentError: Schema.toTaggedUnion<"code", readonly [Schema.Struct<{
code: Schema.Literal<"invalid_input">;
}>, Schema.Struct<{
code: Schema.Literal<"idempotency_conflict">;
}>, Schema.Struct<{
code: Schema.Literal<"postpaid_enrollment_rejected">;
reason: Schema.Literals<readonly ["offer_not_found", "not_metered_subscription", "capability_unavailable"]>;
}>, Schema.Struct<{
code: Schema.Literal<"internal_error">;
}>]>;