BadScript 2
Loading...
Searching...
No Matches
RailwaySharp.ErrorHandling Namespace Reference

Classes

class  Bad
 Represents the result of a failed computation. More...
 
class  Ok
 Represents the result of a successful computation. More...
 
class  Result
 Represents the result of a computation. More...
 
class  ResultExtensions
 Extensions methods for easier usage. More...
 
class  Trial
 

Enumerations

enum  ResultType { Ok , Bad }
 

Enumeration Type Documentation

◆ ResultType

Enumerator
Ok 
Bad 

Definition at line 18 of file ErrorHandling.cs.

19 {
20 Ok,
21 Bad,
22 }
Represents the result of a failed computation.
Represents the result of a successful computation.