Click or drag to resize

ErrorCodeEnum Enumeration

Enumeration containing fault codes used by the Fault class

Namespace:  Tse.EasyBook.Server.DataContracts.Faults
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public enum ErrorCodeEnum
Members
  Member nameValueDescription
Error0 An unspecified error happened in the server
ConcurrencyError1 A concurrency error occured. Please try again later.
NumberOfMaxRentalObjectsExceeded2 A request has exceeded the maximum number of rental objects a method can return data for per call. It is only relevant for the following methods: BookingWcfService.RentalObjectsCriteria
InvalidRentalObjectNo3 The provided rental object number is invalid
InvalidOrderNo4 The provided order number did not match any registered orders.
InvalidCurrencyIsoCode5 The provided currency ISO code is invalid
InvalidCountryIsoCode6 The provided country ISO code is invalid
InvalidProfileId7 The provided customer profile Id is not a valid GUID or does not match an existing customer
RentalAccessoryNotAvailable8 There requested number of items are not available for rental accessory: {0}
InvalidArticle9 The article "ArticleNo" cannot be added to the order
InvalidArticleTicket10 The article "ArticleNo" has no available tickets
InvalidChangeFromPersonToCompany11 An existing customer of type person cannot be changed to a company customer.
InvalidChangeFromCompanyToPerson12 An existing company customer cannot be changed to a person customer.
InvalidBankInfo13 The bank info could not be validated. See reason code in error message.
InvalidEanNumber14 The provided EAN number is invalid
InvalidCustomerPerson15 The Customer person contaning details about the customer is either null or missing nescessary information
InvalidCustomerCompany16 The Customer company contaning details about the customer is either null or missing nescessary information
InvalidPhoneNumber17 A phonenumber failed validation. It may only contain digits or white spaces. Atleast 1 digit is required.
BookingRentalObjectNotVacant18 The rental object can not be booked because it is not vacant in the provided period
BookingInvalidMediaCode19 The provided media code ID is either invalid or does not exist
BookingInvalidArrivalDepartureDate20 The provided arrival or departure date is invalid
BookingPetsExceededMax21 The number of pets provided is higher than the maximum allowed number of pets for the rental object.
BookingPersonsExceededMax22 The number of persons provided is higher than the maximum allowed number of persons for the rental object.
BookingAdultsZero23 The number of adults must be greater than zero
UpdateOrderPaymentInvalidMerchantId24 The merchant ID is null or empty
UpdateOrderPaymentInvalidAmount25 The amount is not set to a positive value greater than zero
UpdateOrderPaymentInvalidTicket26 The payment ticket is invalid
UpdateOrderPaymentInvalidFormOfPayment27 The provided form of payment is not supported by this method
DeleteOrderDeleteNotAllowed28 The order cannot be deleted. This could be due to a lack of permission or the order has already been accepted by the customer.
UpdateOrderRentalAgreementNotFound29 The provided order number did not contain any rental agreements, or the rental agreements have been deleted.
UpdateOrderMultipleRentalAgreementsNotSupported30 Changing orders that contain more than 1 rental agreement is not supported.
InvalidFormOfPaymentCurrencyCombination31 The provided form of payment is invalid in conjunction with the selected currency
OwnerAccessOwnerNotFound32 The provided owner login details did not match any owners
OwnerAccessDocumentNotFound33 The requested document does not exist or is not associated with the supplied owner login details
OwnerAccessValidationError34 The update failed because of one or more validation errors
OwnerAccessPasswordNotUnique35 The password cannot be changed because the password is used by another owner on the same rental object
OwnerAccessNotPrimaryOwner36 The operation failed because the owner is not the primary owner of this rental object
CustomerReviewAlreadyExists37 A customer review has already been submitted for the supplied order number.
CustomerReviewMissingRentalObjectNo38 Multiple rental agreements exists for the supplied order number. Please supply a rental object number as input criteria, to ensure the review is added to the correct rental agreement.
CustomerReviewInvalidCategory39 One or more of the suppplied customer review categories does not exist or are discontinued.
UpdateCalendarWeek39Rule40 The provided date interval violates the winter rule of the rental object.
UpdateCalendarDateConflict41 The provided date interval violates one or more existing calendar intervals.
UpdateCalendarDeleteRepeatedBlocking42 It is not possible to delete a repeated blocking on the calendar.
UpdateCalendarMissingIntermeditationAgreement43 It is only possible to add or remove owner blockings, when the whole date interval is covered by intermediation intervals.
CustomerDocumentNotFound44 The requested document id was not found
InputCriteriaRequired45 At least one search criteria must be filled out
UpdateRentalObjectCannotAlterActivatedPriceChange46 The price change cannot be altered because it is already activated
RedundantOrderConfirm47 The order has already been confirmed (FormOfPayment=CustomerCredit).
InvalidConfirmationURI48 The order confirmation URI is not well-formed.
OrderConfirmRequiresCustomerCredit49 OrderConfirm is only allowed for invoices with FormOfPayment=CustomerCredit.
OrderConfirmRequiresCustomerCreditState50 OrderConfirm requires customer credit state (internal error).
InvalidCustomerReviewGrade51 The given grade is invalid.
CannotCreditTicketAlreadyUsed52 It is only allowed to credit an invoiceline if its tickets has not been used
RegionOrAreaRequired53 A region or area is required.
RentalObjectNoRequired54 Multiple rental agreements exists for the supplied order number. Please supply a rental object number as input criteria, to the correct rental agreement is found.
DescriptionRequired55 Description is required.
AtLeastOneCauseRequired56 At least one cause is required.
CaseTypeNotApplicable57 Case type not applicable.
CannotReceiveCaseTypeFromCustomer58 Cannot receive case type from customer.
InvalidCaseTypeForCause59 Invalid case type for cause.
SubcauseDiscontinued60 Subcause discontinued.
CauseDiscontinued61 Cause discontinued.
SubCauseNotFound62 Subcause not found.
CauseNotFound63 Cause not found.
ConcerningTypeInvalid64 Concerning type invalid.
ExpectedRentalContractNotFound65 Expected rental contract not found.
ExpectedRentalObjectNotFound66 Expected rental object not found.
ExpectedInvoiceNotFound67 Expected invoice not found.
RegionNotFound68 Region not found.
AreaNotFound69 Area not found.
PartnerBlockingError70 Partner Blocking error
PartnerNotFound71 Partner not found.
PartnerRentalObjectNotFound72 Partner RentalObject not found.
PartnerBlockingNotFound73 PartnerBlocking not found.
CampaignCodeInvalid74 The supplied campaign code is invalid or does not exists.
InvalidGuid75 The supplied guid string is not a valid guid.
CreateExternalOrderNotFound76 The requested create external order was not found..
See Also