ErrConfig Class
Static configurations for error messages of the Err variant of
Res or
ResT result types.
Namespace: Orx.Fun.ResultAssembly: Orx.Fun.Result (in Orx.Fun.Result.dll) Version: 1.3.0+344c8bdd6f720ccfb2d8db7c61b76cf02be18f5f
public static class ErrConfig
- Inheritance
- Object ErrConfig
AddStackTraceToErr |
When true stack trace will be added to the error messages of Res types in cases of exceptions.
|
GetErrorString |
Method to convert (message, when, exception) into an error string.
|