mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 18:25:24 +00:00
Added preferredStyleSchemes getter error throwing
This commit is contained in:
@@ -16,8 +16,10 @@ export const TRANSIT_TYPE = {
|
||||
} as const;
|
||||
|
||||
export const PREFERRED_STYLE_SCHEMES = {
|
||||
UNEXPECTED_PASS_TYPE:
|
||||
UNEXPECTED_PASS_TYPE_SET:
|
||||
"Cannot set preferredStyleSchemes on a pass with type different from eventTicket.",
|
||||
UNEXPECTED_PASS_TYPE_GET:
|
||||
"Cannot get preferredStyleSchemes on a pass with type different from eventTicket.",
|
||||
INVALID:
|
||||
"Cannot set preferredStyleSchemes because not compliant with Apple specifications - %s",
|
||||
} as const;
|
||||
|
||||
Reference in New Issue
Block a user