Enum TicketingManagerError.Reason
public enum TicketingManagerError.Reason
Fields
LegacyError = 3Error reason for legacy error messages.
LegacyErrorMessage contains the error message
NotInitialized = 2The manager has not been initialized.
TicketDoesNotContainStateField = 8The ticket is linked to a TicketFieldResolver that defines a StateFieldDescriptor, but no field for this descriptor was found on the ticket, or the value was null for this field.
TicketFieldDescriptorNamesContainInvalidCharacters = 9The FieldName of a TicketFieldDescriptor contains invalid characters. InvalidTicketFieldDescriptorNames contains the invalid TicketFieldDescriptor names
TicketFieldResolverInUseByTickets = 1The TicketFieldResolver still has tickets linked to it.
RelatedTickets contains the ticket IDs
TicketFieldResolverIsUnknownOrNotMasked = 5The TicketFieldResolver that was tried to be removed does not exist, or is not masked
TicketLinkedToMaskedTicketFieldResolver = 7The ticket that is created/updated has a link to a TicketFieldResolver that is masked
TicketLinkedToNonExistingTicketFieldResolver = 4The ticket that is created/updated has a link to a TicketFieldResolver that does not exist
TicketFieldResolverId contains the ID of the nonexistent TicketFieldResolver
UnexpectedException = 6An unexpected exception occurred.
Exception contains the exception