Variable errorMessagesConst
errorMessages: {
badRequest: string;
conflict: string;
contextInitializationError: { code: number; message: string };
forbidden: string;
hostSelectedOptionalServicesError: string;
methodNotAllowed: string;
missingExecutionContext: { code: number; message: string };
missingUserContext: { code: number; message: string };
notAcceptable: string;
notFound: string;
serverError: string;
startDateError: string;
tripLengthError: string;
unauthorized: string;
unhandledContextError: { code: number; message: string };
validityPeriodsError: string;
} = ...
Type declaration
badRequest: string
conflict: string
contextInitializationError: { code: number; message: string }
forbidden: string
hostSelectedOptionalServicesError: string
methodNotAllowed: string
missingExecutionContext: { code: number; message: string }
missingUserContext: { code: number; message: string }
notAcceptable: string
notFound: string
serverError: string
startDateError: string
tripLengthError: string
unauthorized: string
unhandledContextError: { code: number; message: string }
validityPeriodsError: string