/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththisfile,
* You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifdef QM_ERROR_STACKS_ENABLED // A wrapped nsresult, primarily intended for use along with mozilla::Result // and QM_TRY macros. The wrapper contains stack id and frame id which are // reported in LogError besides the error result itself. // // XXX Document the general situation more, bug 1709777. class QMResult {
uint64_t mStackId;
uint32_t mFrameId;
nsresult mNSResult;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.