Class HandlerResult
- Namespace
- TaleWorlds.Diamond
- Assembly
- TaleWorlds.Diamond.dll
public class HandlerResult
- Inheritance
-
HandlerResult
- Inherited Members
Constructors
HandlerResult(bool, string)
protected HandlerResult(bool isSuccessful, string error = null)
Parameters
Properties
Error
public string Error { get; }
Property Value
IsSuccessful
public bool IsSuccessful { get; }
Property Value
Methods
CreateFailed(string)
public static HandlerResult CreateFailed(string error)
Parameters
error
string
Returns
CreateSuccessful()
public static HandlerResult CreateSuccessful()
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).