MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / getErrorMessage

Method getErrorMessage

xml/importenex.cpp:546–548  ·  view source on GitHub ↗

This is used to retrieve any errors that occur when tying to restore or import from a nnex file

Source from the content-addressed store, hash-verified

544//* tying to restore or import from a nnex file
545//***********************************************************
546QString ImportEnex::getErrorMessage() {
547 return errorMessage;
548}
549
550
551

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected