<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>CEnvelope on sillysky.net</title>
    <link>https://sillysky.net/docs/nyssr/messages/cenvelope/</link>
    <description>Recent content in CEnvelope on sillysky.net</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Tue, 14 Oct 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://sillysky.net/docs/nyssr/messages/cenvelope/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>CResult</title>
      <link>https://sillysky.net/docs/nyssr/messages/cenvelope/cresult/</link>
      <pubDate>Tue, 14 Oct 2025 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/nyssr/messages/cenvelope/cresult/</guid>
      <description>A result object combines an error code and an error text into a small class.&#xA;Constructors The default constructor creates a result with a code 0 (=SUCCESS) and an empty text.&#xA;public CResult(); There are constructors for taking a code and an optional text:&#xA;public CResult(final int aCode); public CResult(final int aCode, final String aText); The copy constructor creates a copy:&#xA;public CResult(@NotNull final CResult aResult); An exception can be passed directly.</description>
    </item>
  </channel>
</rss>
