Table of Contents

Enum TicketingManagerError.Reason

Namespace
Skyline.DataMiner.Net.Tickets
Assembly
SLNetTypes.dll
public enum TicketingManagerError.Reason

Fields

LegacyError = 3

Error reason for legacy error messages.

LegacyErrorMessage contains the error message

NotInitialized = 2

The manager has not been initialized.

TicketDoesNotContainStateField = 8

The 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 = 9

The FieldName of a TicketFieldDescriptor contains invalid characters. InvalidTicketFieldDescriptorNames contains the invalid TicketFieldDescriptor names

TicketFieldResolverInUseByTickets = 1

The TicketFieldResolver still has tickets linked to it.

RelatedTickets contains the ticket IDs

TicketFieldResolverIsUnknownOrNotMasked = 5

The TicketFieldResolver that was tried to be removed does not exist, or is not masked

TicketLinkedToMaskedTicketFieldResolver = 7

The ticket that is created/updated has a link to a TicketFieldResolver that is masked

TicketLinkedToNonExistingTicketFieldResolver = 4

The ticket that is created/updated has a link to a TicketFieldResolver that does not exist

TicketFieldResolverId contains the ID of the nonexistent TicketFieldResolver

UnexpectedException = 6

An unexpected exception occurred.

Exception contains the exception