Searched refs:errorDescription (Results 1 – 4 of 4) sorted by relevance
131 String errorDescription = body.get("error.description"); in generateGithubIssueBody() local132 if (errorDescription == null) { in generateGithubIssueBody()133 errorDescription = ""; in generateGithubIssueBody()151 if (!errorDescription.isEmpty()) { in generateGithubIssueBody()152 result += errorDescription + "\n\n"; in generateGithubIssueBody()
581 std::string errorDescription; in validStatusCodes() local588 …errorDescription = "Format " + de::toString(it->second->internalFormat) + " is not a valid format … in validStatusCodes()593 errorDescription = "Format " + de::toString(it->second->internalFormat) + " does not exist"; in validStatusCodes()598 …errorDescription = "Format " + de::toString(it->second->internalFormat) + " is not a legal format"; in validStatusCodes()601 if (!errorDescription.empty()) in validStatusCodes()603 cctx->addGLError(GL_INVALID_ENUM, errorDescription.c_str()); in validStatusCodes()604 cctx->addGLError(GL_INVALID_OPERATION, errorDescription.c_str()); in validStatusCodes()605 cctx->addGLError(GL_INVALID_VALUE, errorDescription.c_str()); in validStatusCodes()
199 public void onCameraError(String errorDescription) { in onCameraError() argument203 public void onCameraFreezed(String errorDescription) { in onCameraFreezed() argument205 onCameraFreezedDescription = errorDescription; in onCameraFreezed()278 public void onCameraSwitchError(String errorDescription) { in switchCamera()
181 void onCameraError(String errorDescription); in onCameraError() argument184 void onCameraFreezed(String errorDescription); in onCameraFreezed() argument202 void onCameraSwitchError(String errorDescription); in onCameraSwitchError() argument