Show / Hide Table of Contents

Class ScriptExecutionErrorExtensions

Inheritance
System.Object
ScriptExecutionErrorExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: StoryVerse.Models
Assembly: Assembly-CSharp.dll.dll
Syntax
public static class ScriptExecutionErrorExtensions

Methods

GenerateErrorMessage(ScriptExecutionError, List<LogStatement>)

Declaration
public static string GenerateErrorMessage(this ScriptExecutionError error, List<LogStatement> logs)
Parameters
Type Name Description
PlayFab.ClientModels.ScriptExecutionError error
System.Collections.Generic.List<PlayFab.ClientModels.LogStatement> logs
Returns
Type Description
System.String

ToPlayFabError(ScriptExecutionError, List<LogStatement>)

Declaration
public static PlayFabError ToPlayFabError(this ScriptExecutionError error, List<LogStatement> logs)
Parameters
Type Name Description
PlayFab.ClientModels.ScriptExecutionError error
System.Collections.Generic.List<PlayFab.ClientModels.LogStatement> logs
Returns
Type Description
PlayFab.PlayFabError
Back to top Generated by DocFX