Variable StatusErrorConst
StatusError: {
AdminOnlyDiscountError: any;
AlreadyBooked: any;
ArrivalAndDepartureMissingError: any;
AuthorizationErrors: any;
BadRequest: any;
BookingError: any;
BookingNotFound: any;
ChannelNotFoundError: any;
Conflict: any;
ContextInitializationError: any;
DuplicatedCostSchedule: any;
EarlyBirdPrice: any;
ExistingPromoCodeError: any;
FieldAccessError: any;
Forbidden: any;
HasExpiredDiscountError: any;
HostCannotBookTrip: any;
HostSelectedOptionalServicesError: any;
IncompleteCostSchedulePaxRange: any;
InsuranceBookingAddOnNotFoundError: any;
InsuranceBookingPolicyNotFoundError: any;
InsuranceBookingQuoteRequestNotFoundError: any;
InsuranceBookingWaitlistProhibitedError: any;
InsuranceCountryInvalidError: any;
InsuranceExternalPolicyDetailsMissingError: any;
InsuranceExternalPolicyNotFoundError: any;
InsuranceLocationRequiredError: any;
InsuranceManifestFieldMissingError: any;
InsuranceManifestRequestInvalidEntryError: any;
InsuranceManifestRequestTypeUnsupportedError: any;
InsurancePlanCoveragesRequiredError: any;
InsurancePlanCoverageUnsupportedError: any;
InsurancePlanNotAvailableError: any;
InsurancePlanNotFoundError: any;
InsurancePlansNotAvailableError: any;
InsurancePolicyCancellationFailedError: any;
InsurancePolicyCancellationNotAllowedError: any;
InsurancePolicyFieldUnpopulatedError: any;
InsurancePolicyNotFoundError: any;
InsurancePolicyNumberMissingError: any;
InsurancePolicyStatusUnsupportedError: any;
InsurancePolicyUpdateFailedError: any;
InsurancePolicyUpdateProhibitedError: any;
InsuranceQuoteOutdatedError: any;
InsuranceQuoteUnavailableError: any;
InvalidAddOnDeletionRequest: any;
InvalidCostSchedule: any;
InvalidEmail: any;
InvalidPrice: any;
InventoryCannotBeDeletedAndModified: any;
InventoryHasMoreConfirmedThanAvailable: any;
InventoryInUseCannotUpdate: any;
InventoryInvalidStartDate: any;
InventoryNotFound: any;
InventoryNotModified: any;
InventoryNotSupported: any;
ItineraryNotFound: any;
JwtErrors: any;
MethodNotAllowed: any;
MissingExecutionContextError: any;
MissingUserContextError: any;
NonActiveDiscountError: any;
NonExistentDiscountError: any;
NonValidDiscountError: any;
NonValidForTripDiscountError: any;
NotAcceptable: any;
NotFound: any;
NotSupportedTimeZonesError: any;
PackageLevelNotEnabled: any;
PaymentError: any;
RefundAffectedItemsError: any;
RefundAmountGreaterThanRemainingError: any;
RefundAmountInvalidError: any;
RefundBelowMinimumThresholdError: any;
RefundBookingNotFoundError: any;
ResourceAccessError: any;
RunOutOfUsagesDiscountError: any;
ServerError: any;
SingleSupplementUnavailable: any;
SocialEngagementChannelNotFoundError: any;
SocialEngagementProfileMissingError: any;
SocialEngagementProfileUrlMissingError: any;
SocialEngagementUserInvalidError: any;
SocialEngagementUserMismatchedError: any;
SocialEngagementUsernameMissingError: any;
SoldOut: any;
StartDateError: any;
TemplateLimitReachedError: any;
TransferzApiError: any;
TravelerCannotUseCoupon: any;
TravelerIsNotOverMinimumAgeAtTripStart: any;
TripLengthError: any;
Unauthorized: any;
UnauthorizedActionError: any;
UnauthorizedError: any;
UnhandledContextError: any;
UnhandledSecurityError: any;
ValidityPeriodsError: any;
chatErrors: {
channelNotFoundError: {
code: number;
message: (channelId: string, channelTypeName: string) => string;
};
templateLimitReached: {
code: number;
message: (__namedParameters: TemplateLimitReachedErrorData) => string;
};
};
} = ...
Type declaration
chatErrors: {
channelNotFoundError: {
code: number;
message: (channelId: string, channelTypeName: string) => string;
};
templateLimitReached: {
code: number;
message: (__namedParameters: TemplateLimitReachedErrorData) => string;
};
}