Table of Contents

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

isSuccessful bool
error string

Properties

Error

public string Error { get; }

Property Value

string

IsSuccessful

public bool IsSuccessful { get; }

Property Value

bool

Methods

CreateFailed(string)

public static HandlerResult CreateFailed(string error)

Parameters

error string

Returns

HandlerResult

CreateSuccessful()

public static HandlerResult CreateSuccessful()

Returns

HandlerResult

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).