Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qgeoerror_messages.cpp File Reference

(fab72389e13921602cffb2b698d1d2415b70372f)

+ Include dependency graph for qgeoerror_messages.cpp:

Go to the source code of this file.

Variables

QT_BEGIN_NAMESPACE const char NOKIA_PLUGIN_CONTEXT_NAME [] = "QtLocationQML"
 
const char MISSED_CREDENTIALS [] = QT_TRANSLATE_NOOP("QtLocationQML", "Qt Location requires apiKey parameter.\nPlease register at https://developer.here.com/ to get your personal application credentials.")
 
const char SAVING_PLACE_NOT_SUPPORTED [] = QT_TRANSLATE_NOOP("QtLocationQML", "Saving places is not supported.")
 
const char REMOVING_PLACE_NOT_SUPPORTED [] = QT_TRANSLATE_NOOP("QtLocationQML", "Removing places is not supported.")
 
const char SAVING_CATEGORY_NOT_SUPPORTED [] = QT_TRANSLATE_NOOP("QtLocationQML", "Saving categories is not supported.")
 
const char REMOVING_CATEGORY_NOT_SUPPORTED [] = QT_TRANSLATE_NOOP("QtLocationQML", "Removing categories is not supported.")
 
const char PARSE_ERROR [] = QT_TRANSLATE_NOOP("QtLocationQML", "Error parsing response.")
 
const char NETWORK_ERROR [] = QT_TRANSLATE_NOOP("QtLocationQML", "Network error.")
 
const char CANCEL_ERROR [] = QT_TRANSLATE_NOOP("QtLocationQML", "Request was canceled.")
 
const char RESPONSE_NOT_RECOGNIZABLE [] = QT_TRANSLATE_NOOP("QtLocationQML", "The response from the service was not in a recognizable format.")
 

Variable Documentation

◆ CANCEL_ERROR

const char CANCEL_ERROR[] = QT_TRANSLATE_NOOP("QtLocationQML", "Request was canceled.")

Definition at line 16 of file qgeoerror_messages.cpp.

◆ MISSED_CREDENTIALS

const char MISSED_CREDENTIALS[] = QT_TRANSLATE_NOOP("QtLocationQML", "Qt Location requires apiKey parameter.\nPlease register at https://developer.here.com/ to get your personal application credentials.")

Definition at line 9 of file qgeoerror_messages.cpp.

Referenced by QT_BEGIN_NAMESPACE::checkUsageTerms().

◆ NETWORK_ERROR

const char NETWORK_ERROR[] = QT_TRANSLATE_NOOP("QtLocationQML", "Network error.")

Definition at line 15 of file qgeoerror_messages.cpp.

◆ NOKIA_PLUGIN_CONTEXT_NAME

QT_BEGIN_NAMESPACE const char NOKIA_PLUGIN_CONTEXT_NAME[] = "QtLocationQML"

Definition at line 8 of file qgeoerror_messages.cpp.

Referenced by QT_BEGIN_NAMESPACE::checkUsageTerms().

◆ PARSE_ERROR

const char PARSE_ERROR[] = QT_TRANSLATE_NOOP("QtLocationQML", "Error parsing response.")

Definition at line 14 of file qgeoerror_messages.cpp.

◆ REMOVING_CATEGORY_NOT_SUPPORTED

const char REMOVING_CATEGORY_NOT_SUPPORTED[] = QT_TRANSLATE_NOOP("QtLocationQML", "Removing categories is not supported.")

Definition at line 13 of file qgeoerror_messages.cpp.

◆ REMOVING_PLACE_NOT_SUPPORTED

const char REMOVING_PLACE_NOT_SUPPORTED[] = QT_TRANSLATE_NOOP("QtLocationQML", "Removing places is not supported.")

Definition at line 11 of file qgeoerror_messages.cpp.

◆ RESPONSE_NOT_RECOGNIZABLE

const char RESPONSE_NOT_RECOGNIZABLE[] = QT_TRANSLATE_NOOP("QtLocationQML", "The response from the service was not in a recognizable format.")

Definition at line 17 of file qgeoerror_messages.cpp.

◆ SAVING_CATEGORY_NOT_SUPPORTED

const char SAVING_CATEGORY_NOT_SUPPORTED[] = QT_TRANSLATE_NOOP("QtLocationQML", "Saving categories is not supported.")

Definition at line 12 of file qgeoerror_messages.cpp.

◆ SAVING_PLACE_NOT_SUPPORTED

const char SAVING_PLACE_NOT_SUPPORTED[] = QT_TRANSLATE_NOOP("QtLocationQML", "Saving places is not supported.")

Definition at line 10 of file qgeoerror_messages.cpp.