DownloadAuthorizationError
Sanitized expected failure from download authorization.
Declaration
Section titled “Declaration”const DownloadAuthorizationError: Schema.toTaggedUnion<"code", readonly [Schema.Struct<{ code: Schema.Literal<"invalid_input">;}>, Schema.Struct<{ code: Schema.Literal<"customer_not_found">;}>, Schema.Struct<{ code: Schema.Literal<"not_eligible">;}>, Schema.Struct<{ code: Schema.Literal<"authorization_expired">;}>, Schema.Struct<{ code: Schema.Literal<"asset_unavailable">;}>, Schema.Struct<{ code: Schema.Literal<"url_unavailable">;}>, Schema.Struct<{ code: Schema.Literal<"internal_error">;}>]>;