diff --git a/language-ext/LanguageExt.Core/Common/index.html b/language-ext/LanguageExt.Core/Common/index.html index 7741e286..0c3bedd6 100644 --- a/language-ext/LanguageExt.Core/Common/index.html +++ b/language-ext/LanguageExt.Core/Common/index.html @@ -300,6 +300,11 @@
Error
Error
Error
class -ExceptionalException +WrappedErrorExpectedException Source +# +
+Wraps an Error
maintaining its type for subsequent conversion back to an Error
later
Parameters
+param | +Error | +
class +ExceptionalException + +Source #
Represents an exceptional (unexpected) error
@@ -3283,7 +3345,7 @@Error
field Exception? Exception -Source +Source #
Error
property int Code -Source +Source #
Error
property string Message -Source +Source #
Error
property Option<ErrorException> Inner -Source +Source #
Returns the inner exception as an Error
(if one exists), None otherwise
Error
property bool IsExceptional -Source +Source #
True if the error is exceptional
@@ -3402,7 +3464,7 @@Error
property bool IsExpected -Source +Source #
True if the error is expected
@@ -3427,7 +3489,7 @@Error
constructor ExceptionalException (Exception Exception) -Source +Source #
Error
constructor ExceptionalException (string Message, int Code) -Source +Source #
Error
constructor ExceptionalException (string Message, Exception Exception) -Source +Source #
Error
Gets the Error
Error
Append an error to this error
@@ -3554,6 +3616,58 @@Error
class +WrappedErrorExceptionalException + +Source +# +
+Wraps an Error
maintaining its type for subsequent conversion back to an Error
later
Parameters
+param | +Error | +
Error
class ManyExceptions -Source +Source #
Represents multiple errors
@@ -3582,7 +3696,7 @@Error
field Seq<ErrorException> Errors -Source +Source #
Error
property ErrorException Empty -Source +Source #
Error
property int Code -Source +Source #
Error
property string Message -Source +Source #
Error
property Option<ErrorException> Inner -Source +Source #
Returns the inner exception as an Error
(if one exists), None otherwise
Error
property bool IsEmpty -Source +Source #
This type can contain zero or more errors. If IsEmpty
is true
then this is like None
in Option
: still
@@ -3725,7 +3839,7 @@
Error
property bool IsExceptional -Source +Source #
True if any of the the errors are exceptional
@@ -3749,7 +3863,7 @@Error
property bool IsExpected -Source +Source #
True if all of the the errors are expected
@@ -3774,7 +3888,7 @@Error
constructor ManyExceptions (Seq<ErrorException> errors) -Source +Source #
Error
Gets the Exception
@@ -3826,7 +3940,7 @@Error
Append an error to this error
@@ -3859,7 +3973,7 @@Error
Error
class BottomException -Source +Source #
Value is bottom
@@ -3902,7 +4016,7 @@Error
field BottomException Default -Source +Source #
Error
property string Message -Source +Source #
Error
property int Code -Source +Source #
Error
property Option<ErrorException> Inner -Source +Source #
Error
constructor BottomException () -Source +Source #
Error
Error
Error
class ExceptionExtensions -Source +Source #
Error
Throw the error as an exception
@@ -4122,7 +4236,7 @@Error
Throw the error as an exception
diff --git a/language-ext/LanguageExt.Core/Traits/Eq/index.html b/language-ext/LanguageExt.Core/Traits/Eq/index.html index 4c6ae5d9..467bbea6 100644 --- a/language-ext/LanguageExt.Core/Traits/Eq/index.html +++ b/language-ext/LanguageExt.Core/Traits/Eq/index.html @@ -19,9 +19,9 @@ (A x, A y)