_NotifyError
void _NotifyError(status_t error, const char* format,
static void _NotifyError(const BString& messageText);
_NotifyError(message.String());
_NotifyError(message.String());
static void _NotifyError(const BString& messageText);
_NotifyError(ex.Message(), ex.Details());
_NotifyError(ex.Message());
_NotifyError(strerror(result));
_NotifyError(error, "");
_NotifyError(strerror(result));
void _NotifyError(const BString& error) const;
void _NotifyError(const BString& error,
_NotifyError(B_NO_MEMORY, "Failed to allocate buffer");
_NotifyError(bytesRead, "Failed to read from file \"%s\": %s\n",
_NotifyError(bytesWritten, "Failed to write to file \"%s\": %s\n",
_NotifyError(B_ERROR, "Failed to write all data to file \"%s\"\n",
_NotifyError(error, "Failed to get info of attribute \"%s\" "